Skip to content

Commit b183c7d

Browse files
committed
present, not future
1 parent 20ba149 commit b183c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/FloatingPointParsing.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ extension ${Self}: LosslessStringConvertible {
7979
///
8080
/// A decimal string is converted into a correctly-rounded ${Self}
8181
/// value using IEEE 754 round-to-nearest
82-
/// conventions. Very small values will be converted to positive or
83-
/// negative zero, very large values will be converted
82+
/// conventions. Very small values are converted to positive or
83+
/// negative zero, very large values are converted
8484
/// to plus or minus infinity.
8585
///
8686
/// let y = ${Self}("1.23e-9999")

0 commit comments

Comments
 (0)