Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored Jul 14, 2024
1 parent a6ed660 commit 2a31f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/include/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <boost/variant2/variant.hpp>

/// Shortcurs to avoid typing out boost::variant2
/// Shortcuts to avoid typing out boost::variant2
template<typename... T>
using boost_variant2 = boost::variant2::variant<T...>;

Expand Down

0 comments on commit 2a31f12

Please sign in to comment.