OSDN Git Service

Update map.md
authorXeonacid <h.dwwwwww@gmail.com>
Thu, 30 Aug 2018 13:03:03 +0000 (21:03 +0800)
committerGitHub <noreply@github.com>
Thu, 30 Aug 2018 13:03:03 +0000 (21:03 +0800)
docs/ds/stl/map.md

index 6742f50..d410163 100644 (file)
@@ -56,7 +56,7 @@ for(iter=mp.begin();iter!=mp.end();iter++)
 if(i->first=="ddjxd") mp.erase(i);
 ```
 
-如果你想清空所有的元素,可以直接```mp.clear```
+如果你想清空所有的元素,可以直接`mp.clear`
 
 - 其他