diff options
| author | fbergr <fbergr@gmail.com> | 2015-12-15 21:47:21 +0200 |
|---|---|---|
| committer | fbergr <fbergr@gmail.com> | 2015-12-15 21:47:21 +0200 |
| commit | b9005dd472e821ad5ea613361346a8e40a98406c (patch) | |
| tree | 426169be4c84e442cf2ba22ece3da21682f3228e | |
| parent | 9e63cecb10a3a22abed9c230c5daf268dc258bf3 (diff) | |
| download | rust-b9005dd472e821ad5ea613361346a8e40a98406c.tar.gz rust-b9005dd472e821ad5ea613361346a8e40a98406c.zip | |
Book: Fix link anchor in Syntax Index
| -rw-r--r-- | src/doc/book/syntax-index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/syntax-index.md b/src/doc/book/syntax-index.md index 528c0b537f3..01f06f718f8 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 |
