19
19
///
20
20
/// - Note: To print without a trailing newline, pass `terminator: ""`
21
21
///
22
- /// - SeeAlso: `debugPrint`, Streamable`, `CustomStringConvertible`,
22
+ /// - SeeAlso: `debugPrint`, ` Streamable`, `CustomStringConvertible`,
23
23
/// `CustomDebugStringConvertible`
24
24
@inline ( never)
25
25
@_semantics ( " stdlib_binary_only " )
@@ -50,7 +50,7 @@ public func print(
50
50
///
51
51
/// - Note: To print without a trailing newline, pass `terminator: ""`
52
52
///
53
- /// - SeeAlso: `print`, Streamable`, `CustomStringConvertible`,
53
+ /// - SeeAlso: `print`, ` Streamable`, `CustomStringConvertible`,
54
54
/// `CustomDebugStringConvertible`
55
55
@inline ( never)
56
56
@_semantics ( " stdlib_binary_only " )
@@ -79,7 +79,7 @@ public func debugPrint(
79
79
///
80
80
/// - Note: To print without a trailing newline, pass `terminator: ""`
81
81
///
82
- /// - SeeAlso: `debugPrint`, Streamable`, `CustomStringConvertible`,
82
+ /// - SeeAlso: `debugPrint`, ` Streamable`, `CustomStringConvertible`,
83
83
/// `CustomDebugStringConvertible`
84
84
@inline ( __always)
85
85
public func print< Target: OutputStreamType > (
@@ -100,7 +100,7 @@ public func print<Target: OutputStreamType>(
100
100
///
101
101
/// - Note: To print without a trailing newline, pass `terminator: ""`
102
102
///
103
- /// - SeeAlso: `print`, Streamable`, `CustomStringConvertible`,
103
+ /// - SeeAlso: `print`, ` Streamable`, `CustomStringConvertible`,
104
104
/// `CustomDebugStringConvertible`
105
105
@inline ( __always)
106
106
public func debugPrint< Target: OutputStreamType > (
0 commit comments