From 5ee1340767ff9fc25dc755c30eba34d2e744c8d3 Mon Sep 17 00:00:00 2001 From: Josef Brandl Date: Sat, 26 May 2018 16:34:42 +0200 Subject: [PATCH] Fix never type link --- src/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.md b/src/types.md index 1ecf4a829..5b139557c 100644 --- a/src/types.md +++ b/src/types.md @@ -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