Skip to content

Commit 1d5eb5b

Browse files
committed
Wordsmithing
1 parent 0c7f85c commit 1d5eb5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stdlib/public/core/FloatingPointParsing.swift.gyb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ extension ${Self}: LosslessStringConvertible {
5757
/// or NaN ("not a number"). If the `text` is not in a recognized format,
5858
/// the optional initializer will fail and return `nil`.
5959
///
60-
/// The `text` string may begin with a plus or minus sign character (`+` or
61-
/// `-`) followed by one of the following formats:
60+
/// The `text` string consists of an optional
61+
/// plus or minus sign character (`+` or `-`)
62+
/// followed by one of the following formats:
6263
///
6364
/// - A *decimal string* contains a significand consisting of one
6465
/// or more decimal digits that may include a decimal point:

0 commit comments

Comments
 (0)