Ole Krüger 10 yıl önce
ebeveyn
işleme
0d6916eb34
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;