Skip to content

Commit 4b3064e

Browse files
committed
Simplify prose in doc comment.
Incorporates PR feedback from @tbkka.
1 parent 1bfce98 commit 4b3064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/FloatingPointTypes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ${Availability(bits)}
9393
extension ${Self}: CustomStringConvertible {
9494
/// A textual representation of the value.
9595
///
96-
/// For all finite values, the value of this property is a string that can be
96+
/// For any finite value, this property provides a string that can be
9797
/// converted back to an instance of `${Self}` without rounding errors. That
9898
/// is, if `x` is an instance of `${Self}`, then `${Self}(x.description) ==
9999
/// x` is always true. For any NaN value, the property's value is "nan", and

0 commit comments

Comments
 (0)