Преглед на файлове

spelling mistake in the readme

Patrik Kovacs преди 7 години
родител
ревизия
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