From 8d18dc4b030bacd51090d068a6b77ae49a1118e1 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Sun, 20 Dec 2015 21:31:08 +0100 Subject: [PATCH] Fix syntax-index link to ?Sized docs --- src/doc/book/syntax-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/syntax-index.md b/src/doc/book/syntax-index.md index 528c0b537f396..01f06f718f857 100644 --- a/src/doc/book/syntax-index.md +++ b/src/doc/book/syntax-index.md @@ -234,5 +234,5 @@ [Traits (Multiple Trait Bounds)]: traits.html#multiple-trait-bounds [Traits]: traits.html [Unsafe]: unsafe.html -[Unsized Types (`?Sized`)]: unsized-types.html#?sized +[Unsized Types (`?Sized`)]: unsized-types.html#sized [Variable Bindings]: variable-bindings.html