Skip to content

Commit 4aeae78

Browse files
committed
Fix typo
1 parent a01aa11 commit 4aeae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/moves_and_initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ moves `a` into the call, and hence it becomes uninitialized again.
4444
To make it easier to peruse, this section is broken into a number of
4545
subsections:
4646

47-
- [Move paths](./moves_and_initialization/move_paths.html the
47+
- [Move paths](./moves_and_initialization/move_paths.html) the
4848
*move path* concept that we use to track which local variables (or parts of
4949
local variables, in some cases) are initialized.
5050
- TODO *Rest not yet written* =)

0 commit comments

Comments
 (0)