Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaxyM authored Aug 21, 2024
1 parent a7e2ffc commit 75a69b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crap/utility.d/cmplessequalvalue.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace crap
using cmpLessEqualValue = std :: integral_constant<bool, std :: cmp_less_equal(Value1, Value2)>;
#else
template <class Type1, Type1 Value1, class Type2, Type2 Value2>
using cmpLessEqialValue = std :: integral_constant<bool,
using cmpLessEqualValue = std :: integral_constant<bool,
!(cmpLessValue <Type2, Value2, Type1, Value1> :: value)>;
#endif
}
Expand Down

0 comments on commit 75a69b3

Please sign in to comment.