Skip to content

Commit 2ee639a

Browse files
Alexander Regueiromark-i-m
Alexander Regueiro
authored andcommitted
fixed grammatical oversight
1 parent d15c82a commit 2ee639a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incremental-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ not be executed at all.
107107
But now imagine that in the **next** compilation, the input has
108108
changed such that `subquery1` returns **false**. In this case, `subquery2` would never
109109
execute. If try-mark-green were to visit `reads(main_query)` out of order,
110-
however, it visit `subquery2` before `subquery1`, and hence execute it.
110+
however, it might visit `subquery2` before `subquery1`, and hence execute it.
111111
This can lead to ICEs and other problems in the compiler.
112112

113113
[dep_graph]: https://github.com/rust-lang/rust/tree/master/src/librustc/dep_graph

0 commit comments

Comments
 (0)