Fix small typo.

This commit is contained in:
Kare Morstol
2014-12-04 19:23:38 +01:00
parent 1f96ffa770
commit 7dab983e33
+1
View File
@@ -152,6 +152,7 @@ public func writeTo <T>(stream: WriteableStreamType)(input: T) {
}
// needed to avoid `write(SequenceType)` being called instead,
// needed to avoid `writeTo(SequenceType)` being called instead,
// treating the string as a sequence of characters.
/** Write a String to a writable stream. */
public func writeTo (stream: WriteableStreamType)(input: String) {