Skip to content

Commit 3490346

Browse files
committed
Add missing code voice.
1 parent e19a2f5 commit 3490346

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
@@ -94,7 +94,7 @@ extension ${Self}: CustomStringConvertible {
9494
/// A textual representation of the value.
9595
///
9696
/// For all finite values, the value of this property is a string that can be
97-
/// converted back to an instance of ${Self} without rounding errors. That
97+
/// 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
100100
/// for positive and negative infinity its value is "inf" and "-inf".

0 commit comments

Comments
 (0)