Ole Krüger 10 년 전
부모
커밋
0d6916eb34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;