Fix typos.

This commit is contained in:
practicalswift
2015-12-26 13:51:57 +01:00
parent 07d4558c1c
commit db13bcb22e
22 changed files with 28 additions and 28 deletions

View File

@@ -613,7 +613,7 @@ operator<<(Output &yout, T &map) {
return yout;
}
// Define non-member operator<< so that Output can stream out a array.
// Define non-member operator<< so that Output can stream out an array.
template <typename T>
inline
typename