rustc-dev-guide/src/borrow_check
Camelid d6bd146507 Fix double-word typos (#1084)
Inspired by #1079. I used this command to find these typos:

    rg --multiline --pcre2 '\b([a-zA-Z]+) \1\b' src -tmd

There were a couple false positives of the form "that that" meaning
"that it" or "that this".
2021-03-12 03:29:19 +09:00
..
moves_and_initialization Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
region_inference Fix double-word typos (#1084) 2021-03-12 03:29:19 +09:00
moves_and_initialization.md Fixed misspelling 2019-06-02 19:24:11 -05:00
region_inference.md Add mdbook-toc, markers, and documentation (#1028) 2021-01-20 14:33:11 -03:00
two_phase_borrows.md Rename `HAIR` to `THIR` 2020-08-02 08:39:33 -05:00
type_check.md update NLL after refactorings 2019-12-14 06:41:11 -06:00