mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typos.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user