소스 검색

spelling mistake in the readme

Patrik Kovacs 6 년 전
부모
커밋
d54dc39831
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -140,7 +140,7 @@ for(const auto& char_vec : vec) {
 ```
 
 Note: The library does a type size check, and throws an exception 
-in case of missmatch.
+in case of mismatch.
 
 ### Reading attribute data
 
@@ -153,7 +153,7 @@ attribute.get(vec);
 ```
 
 Note: The library does a type size check, and throws an exception 
-in case of missmatch.
+in case of mismatch.
 
 ## Exception mechanism