diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2022-07-16 12:11:43 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-07-16 12:11:43 +0200 |
| commit | 653a2146326ba0a8698428c93e524ddb382ace67 (patch) | |
| tree | a1436c318e84a6b3a1133fa7c06fc0023e8f9181 | |
| parent | e6c43cf8b98e4837bbee1cab225621001a3f2230 (diff) | |
| download | rust-653a2146326ba0a8698428c93e524ddb382ace67.tar.gz rust-653a2146326ba0a8698428c93e524ddb382ace67.zip | |
docs: add missing word
| -rw-r--r-- | compiler/rustc_typeck/src/check/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_typeck/src/check/mod.rs b/compiler/rustc_typeck/src/check/mod.rs index d6160266dd7..849e96445d3 100644 --- a/compiler/rustc_typeck/src/check/mod.rs +++ b/compiler/rustc_typeck/src/check/mod.rs @@ -25,7 +25,7 @@ can be broken down into several distinct phases: - regionck: after main is complete, the regionck pass goes over all types looking for regions and making sure that they did not escape - into places they are not in scope. This may also influence the + into places where they are not in scope. This may also influence the final assignments of the various region variables if there is some flexibility. |
