aboutsummaryrefslogtreecommitdiff
path: root/my_snippets/cpp.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets/cpp.snippets')
-rw-r--r--my_snippets/cpp.snippets4
1 files changed, 2 insertions, 2 deletions
diff --git a/my_snippets/cpp.snippets b/my_snippets/cpp.snippets
index 7b474f3..08c8e3a 100644
--- a/my_snippets/cpp.snippets
+++ b/my_snippets/cpp.snippets
@@ -3,9 +3,9 @@ snippet bare "barebone code template"
#include <vector>
#include <string>
#include <map>
-#inlcude <unordered_map>
+#include <unordered_map>
#include <set>
-#inlucde <unordered_set>
+#include <unordered_set>
#include <stack>
#include <queue>