about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2018-10-19 16:19:27 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-10-19 23:03:00 -0500
commitdfa7d83a3861e3ca1863bd5b657f7fb4e4298719 (patch)
tree1ba375de453245d8befb7245849a4aa20f627350 /src/doc/rustc-dev-guide
parent829028c03a13cfcd25b3a457850f8fbf16ef2832 (diff)
downloadrust-dfa7d83a3861e3ca1863bd5b657f7fb4e4298719.tar.gz
rust-dfa7d83a3861e3ca1863bd5b657f7fb4e4298719.zip
Fix typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization.md b/src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization.md
index d1cd41e0ff6..d1530d6c090 100644
--- a/src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization.md
+++ b/src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization.md
@@ -44,7 +44,7 @@ moves `a` into the call, and hence it becomes uninitialized again.
 To make it easier to peruse, this section is broken into a number of
 subsections:
 
-- [Move paths](./moves_and_initialization/move_paths.html the
+- [Move paths](./moves_and_initialization/move_paths.html) the
   *move path* concept that we use to track which local variables (or parts of
   local variables, in some cases) are initialized.
 - TODO *Rest not yet written* =)