about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2022-07-16 12:11:43 +0200
committerTshepang Mbambo <tshepang@gmail.com>2022-07-16 12:11:43 +0200
commit653a2146326ba0a8698428c93e524ddb382ace67 (patch)
treea1436c318e84a6b3a1133fa7c06fc0023e8f9181
parente6c43cf8b98e4837bbee1cab225621001a3f2230 (diff)
downloadrust-653a2146326ba0a8698428c93e524ddb382ace67.tar.gz
rust-653a2146326ba0a8698428c93e524ddb382ace67.zip
docs: add missing word
-rw-r--r--compiler/rustc_typeck/src/check/mod.rs2
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.