Skip to content

Commit 25e2c77

Browse files
authored
Merge pull request #346 from MajorBreakfast/patch-2
Wrap binary32 and binary64 in quotes
2 parents 0b044a4 + 38dfc51 commit 25e2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The machine types are the following:
5757
[-(2^15), 2^15 - 1], [-(2^31), 2^31 - 1], [-(2^63), 2^63 - 1], and
5858
[-(2^127), 2^127 - 1] respectively.
5959

60-
* The IEEE 754-2008 `binary32` and `binary64` floating-point types: `f32` and
60+
* The IEEE 754-2008 "binary32" and "binary64" floating-point types: `f32` and
6161
`f64`, respectively.
6262

6363
### Machine-dependent integer types

0 commit comments

Comments
 (0)