diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..74c7b3c Binary files /dev/null and b/.README.md.swp differ diff --git a/README.md b/README.md index 11f02c7..edf0004 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ int main() std::cin >> key; std::cout << map.get(key) << std::endl; // for example: outputs "soda" if key is "drink" - // there is also a static version of the map where lookeup is even faster + // there is also a static version of the map where look up is even faster struct Tag {}; using Map = semi::static_map;