Find a file
Camelid 1ff29a60fe 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
src/doc/rustc-dev-guide Fix double-word typos (#1084) 2021-03-12 03:29:19 +09:00