Ole Krüger il y a 10 ans
Parent
commit
0d6916eb34
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/luwra/types.hpp

+ 1 - 1
lib/luwra/types.hpp

@@ -171,7 +171,7 @@ namespace internal {
 		int push(State*, I) {
 			static_assert(
 				sizeof(I) == -1,
-				"You shold not use 'Value<I>::push' specializations which inherit from NumericTruncatingValueBase"
+				"You must not use 'Value<I>::push' specializations which inherit from NumericTruncatingValueBase"
 			);
 
 			return -1;