We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f04dc commit 8a8245eCopy full SHA for 8a8245e
stdlib/public/core/OutputStream.swift
@@ -99,7 +99,7 @@ public protocol TextOutputStreamable {
99
func write<Target : TextOutputStream>(to target: inout Target)
100
}
101
102
-// @available(*, unavailable, renamed: "TextOutputStreamable")
+ @available(*, unavailable, renamed: "TextOutputStreamable")
103
public typealias Streamable = TextOutputStreamable
104
105
/// A type with a customized textual representation.
0 commit comments