diff --git a/map/insert.md b/map/insert.md index 75ac9f90..6ab73033 100644 --- a/map/insert.md +++ b/map/insert.md @@ -6,7 +6,7 @@ Syntax: mymap.insert({"key","value"}); **Example** : ```cpp -// Demonstrates begin() +// Demonstrates insert() #include #include using namespace std;