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 0c7f85c commit 1d5eb5bCopy full SHA for 1d5eb5b
stdlib/public/core/FloatingPointParsing.swift.gyb
@@ -57,8 +57,9 @@ extension ${Self}: LosslessStringConvertible {
57
/// or NaN ("not a number"). If the `text` is not in a recognized format,
58
/// the optional initializer will fail and return `nil`.
59
///
60
- /// The `text` string may begin with a plus or minus sign character (`+` or
61
- /// `-`) followed by one of the following formats:
+ /// The `text` string consists of an optional
+ /// plus or minus sign character (`+` or `-`)
62
+ /// followed by one of the following formats:
63
64
/// - A *decimal string* contains a significand consisting of one
65
/// or more decimal digits that may include a decimal point:
0 commit comments