Skip to content

Commit 4b2f487

Browse files
authored
Use markup for a note box.
1 parent fbec09b commit 4b2f487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/FloatingPointParsing.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ extension ${Self}: LosslessStringConvertible {
153153
/// let s = ${Self}("-7.89e7206")
154154
/// // s == ${Self}.-infinity
155155
///
156-
/// Note: Prior to Swift 5.4, a decimal or
156+
/// - Note: Prior to Swift 5.4, a decimal or
157157
/// hexadecimal input string whose value was too large to represent
158158
/// as a finite `${Self}` instance returned `nil` instead of
159159
/// `${Self}.infinity`.

0 commit comments

Comments
 (0)