Skip to content

Commit 5cce66a

Browse files
Fix never type link
1 parent e713055 commit 5cce66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ language:
3232
[machine types]: #machine-types
3333
[machine-dependent integer types]: #machine-dependent-integer-types
3434
[textual types]: #textual-types
35-
[never-type]: #never-type
35+
[never type]: #never-type
3636
[Tuples]: #tuple-types
3737
[Arrays]: #array-and-slice-types
3838
[Slices]: #array-and-slice-types
@@ -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)