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 20ba149 commit b183c7dCopy full SHA for b183c7d
stdlib/public/core/FloatingPointParsing.swift.gyb
@@ -79,8 +79,8 @@ extension ${Self}: LosslessStringConvertible {
79
///
80
/// A decimal string is converted into a correctly-rounded ${Self}
81
/// 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
+ /// conventions. Very small values are converted to positive or
+ /// negative zero, very large values are converted
84
/// to plus or minus infinity.
85
86
/// let y = ${Self}("1.23e-9999")
0 commit comments