Skip to content

Commit 653a214

Browse files
committed
docs: add missing word
1 parent e6c43cf commit 653a214

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: 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)