Skip to content

Commit c24fb7c

Browse files
committed
Fix lines must not end with spaces
1 parent 0e3d2ef commit c24fb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ r[value.primitive.float]
8484
A floating-point value consists of either a rational number, which is within the range and precision dictated by the type, an infinity, or a NaN value.
8585

8686
r[value.primitive.float-repr]
87-
A floating-point value is represented the same as a value of the unsigned integer type with the same width given by its [IEEE 754-2019] encoding.
87+
A floating-point value is represented the same as a value of the unsigned integer type with the same width given by its [IEEE 754-2019] encoding.
8888

8989
r[value.primitive.float-format]
9090
The [IEEE 754-2019] `binary32` format is used for `f32`, and the `binary64` format is used for `f64`.

0 commit comments

Comments
 (0)