Ole Krüger 10 lat temu
rodzic
commit
0d6916eb34
1 zmienionych plików z 1 dodań i 1 usunięć
  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;