From c4438b23e0112f26f94081b624e0f754e6f9add9 Mon Sep 17 00:00:00 2001 From: hamzahasann <64196922+hamzahasann@users.noreply.github.com> Date: Sun, 9 Oct 2022 01:26:29 +0500 Subject: [PATCH] Fixed typo in comment --- map/insert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;