aboutsummaryrefslogtreecommitdiff
path: root/my_snippets/cpp.snippets
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-02 23:00:50 +0800
committerjdhao <jdhao@hotmail.com>2021-11-02 23:00:50 +0800
commitb96799f40089ccaaedda97fe70e8937b15e2c578 (patch)
treedaa5a86249ffba5b260f8bf7c9be91909f6a6837 /my_snippets/cpp.snippets
parent9b9bd9dd4684a46e3d77515f613461887972aa10 (diff)
fix typo in snippets
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>