Skip to content

Commit 03b62a4

Browse files
authored
Update unordered-map-class.md
delete one-line duplication at line 183
1 parent 2427741 commit 03b62a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/standard-library/unordered-map-class.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ If the argument key value is not found, then the function throws an object of cl
180180
#include <unordered_map>
181181
#include <iostream>
182182
183-
typedef std::unordered_map<char, int> Mymap;
184183
typedef std::unordered_map<char, int> Mymap;
185184
int main()
186185
{

0 commit comments

Comments
 (0)