Skip to content

Commit 5c72b72

Browse files
author
lishuangquan
committed
fix typo
Change-Id: I68d4377c9d04ec69debd3b798b3141174a7b6064
1 parent 5d26f86 commit 5c72b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output_extended.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ std::ostream& operator << (std::ostream& os, const std::vector<T>& v);
8989
template<typename T>
9090
std::ostream& operator << (std::ostream &os, const std::initializer_list<T>& il);
9191

92-
// std::maps
92+
// std::map
9393
template<typename T, typename U>
9494
std::ostream& operator << (std::ostream& os, const std::map<T, U>& m);
9595

0 commit comments

Comments
 (0)