Skip to content

Commit 176080c

Browse files
authored
resolve changkun#3, 修改名称错误
1 parent f3f4e02 commit 176080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/4-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ std::sort(arr.begin(), arr.end());
7070

7171
C++11 引入了两组无序容器:`std::unordered_map`/`std::unordered_multimap``std::unordered_set`/`std::unordered_multiset`
7272

73-
它们的用法和原有的 `std::map`/`std::multimap`/`std::set`/`set::multiset` 基本类似,由于这些容器我们已经很熟悉了,便不一一举例,我们直接来比较一下`std::map``std::unorder_map`
73+
它们的用法和原有的 `std::map`/`std::multimap`/`std::set`/`set::multiset` 基本类似,由于这些容器我们已经很熟悉了,便不一一举例,我们直接来比较一下`std::map``std::unordered_map`
7474

7575
```cpp
7676
#include <iostream>

0 commit comments

Comments
 (0)