diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-02 23:00:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-02 23:00:50 +0800 |
| commit | b96799f40089ccaaedda97fe70e8937b15e2c578 (patch) | |
| tree | daa5a86249ffba5b260f8bf7c9be91909f6a6837 /my_snippets | |
| parent | 9b9bd9dd4684a46e3d77515f613461887972aa10 (diff) | |
fix typo in snippets
Diffstat (limited to 'my_snippets')
| -rw-r--r-- | my_snippets/cpp.snippets | 4 |
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> |
