Skip to content

Commit

Permalink
Fix never type link
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorBreakfast authored May 26, 2018
1 parent e713055 commit 5cce66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ language:
[machine types]: #machine-types
[machine-dependent integer types]: #machine-dependent-integer-types
[textual types]: #textual-types
[never-type]: #never-type
[never type]: #never-type
[Tuples]: #tuple-types
[Arrays]: #array-and-slice-types
[Slices]: #array-and-slice-types
Expand All @@ -57,7 +57,7 @@ The machine types are the following:
[-(2^15), 2^15 - 1], [-(2^31), 2^31 - 1], [-(2^63), 2^63 - 1], and
[-(2^127), 2^127 - 1] respectively.

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

### Machine-dependent integer types
Expand Down

0 comments on commit 5cce66a

Please sign in to comment.