Skip to content

Commit 54e6f5b

Browse files
authored
Fix rustc_borrowck crate name typo (#1535)
1 parent 8b42eb5 commit 54e6f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HIR. Doing borrow checking on MIR has several advantages:
2727
### Major phases of the borrow checker
2828

2929
The borrow checker source is found in
30-
[the `rustc_borrow_ck` crate][b_c]. The main entry point is
30+
[the `rustc_borrowck` crate][b_c]. The main entry point is
3131
the [`mir_borrowck`] query.
3232

3333
[b_c]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_borrowck/index.html

0 commit comments

Comments
 (0)