Skip to content

Commit f5ea0b7

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2703 from EvilC0der/patch-2
Update unordered-map-class.md
2 parents bcb56ae + 54af9dd commit f5ea0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The first two member functions return a forward iterator that points at the firs
226226
#include <unordered_map>
227227
#include <iostream>
228228
229-
#typedef std::unordered_map<char, int> Mymap;
229+
typedef std::unordered_map<char, int> Mymap;
230230
int main()
231231
{
232232
Mymap c1;

0 commit comments

Comments
 (0)