Skip to content

Commit 8749117

Browse files
committed
Merge pull request #571 from nassersala/typo-print-dot-swift
Fix typos: add missing backticks to 'Streamable'
2 parents 2f538f8 + 26669bd commit 8749117

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib/public/core/Print.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
///
2020
/// - Note: To print without a trailing newline, pass `terminator: ""`
2121
///
22-
/// - SeeAlso: `debugPrint`, Streamable`, `CustomStringConvertible`,
22+
/// - SeeAlso: `debugPrint`, `Streamable`, `CustomStringConvertible`,
2323
/// `CustomDebugStringConvertible`
2424
@inline(never)
2525
@_semantics("stdlib_binary_only")
@@ -50,7 +50,7 @@ public func print(
5050
///
5151
/// - Note: To print without a trailing newline, pass `terminator: ""`
5252
///
53-
/// - SeeAlso: `print`, Streamable`, `CustomStringConvertible`,
53+
/// - SeeAlso: `print`, `Streamable`, `CustomStringConvertible`,
5454
/// `CustomDebugStringConvertible`
5555
@inline(never)
5656
@_semantics("stdlib_binary_only")
@@ -79,7 +79,7 @@ public func debugPrint(
7979
///
8080
/// - Note: To print without a trailing newline, pass `terminator: ""`
8181
///
82-
/// - SeeAlso: `debugPrint`, Streamable`, `CustomStringConvertible`,
82+
/// - SeeAlso: `debugPrint`, `Streamable`, `CustomStringConvertible`,
8383
/// `CustomDebugStringConvertible`
8484
@inline(__always)
8585
public func print<Target: OutputStreamType>(
@@ -100,7 +100,7 @@ public func print<Target: OutputStreamType>(
100100
///
101101
/// - Note: To print without a trailing newline, pass `terminator: ""`
102102
///
103-
/// - SeeAlso: `print`, Streamable`, `CustomStringConvertible`,
103+
/// - SeeAlso: `print`, `Streamable`, `CustomStringConvertible`,
104104
/// `CustomDebugStringConvertible`
105105
@inline(__always)
106106
public func debugPrint<Target: OutputStreamType>(

0 commit comments

Comments
 (0)