Browse Source

spelling mistake in the readme

Patrik Kovacs 6 years ago
parent
commit
d54dc39831
1 changed files with 2 additions and 2 deletions
  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