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 fbec09b commit 4b2f487Copy full SHA for 4b2f487
stdlib/public/core/FloatingPointParsing.swift.gyb
@@ -153,7 +153,7 @@ extension ${Self}: LosslessStringConvertible {
153
/// let s = ${Self}("-7.89e7206")
154
/// // s == ${Self}.-infinity
155
///
156
- /// Note: Prior to Swift 5.4, a decimal or
+ /// - Note: Prior to Swift 5.4, a decimal or
157
/// hexadecimal input string whose value was too large to represent
158
/// as a finite `${Self}` instance returned `nil` instead of
159
/// `${Self}.infinity`.
0 commit comments