Skip to content

Commit 4805c21

Browse files
authored
Rollup merge of rust-lang#99316 - tshepang:clearer, r=compiler-errors
docs: add missing word
2 parents 69e4f21 + 653a214 commit 4805c21

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_typeck/src/check

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/check/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ can be broken down into several distinct phases:
2525
2626
- regionck: after main is complete, the regionck pass goes over all
2727
types looking for regions and making sure that they did not escape
28-
into places they are not in scope. This may also influence the
28+
into places where they are not in scope. This may also influence the
2929
final assignments of the various region variables if there is some
3030
flexibility.
3131

0 commit comments

Comments
 (0)