Skip to content

Commit 606fe05

Browse files
Alexander Regueiromark-i-m
Alexander Regueiro
authored andcommitted
minor clarification
1 parent 2ee639a commit 606fe05

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
@@ -49,7 +49,7 @@ query Q (which must not have yet been executed). In cases where Q has
4949
red inputs, determining Q's color may involve re-executing Q so that
5050
we can compare its output, but if all of Q's inputs are green, then we
5151
can conclude that Q must be green without re-executing it or inspecting
52-
its value, regardless. In the compiler, this allows us to avoid
52+
its value at all. In the compiler, this allows us to avoid
5353
deserializing the result from disk when we don't need it, and in fact
5454
enables us to sometimes skip *serializing* the result as well
5555
(see the refinements section below).

0 commit comments

Comments
 (0)