We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee639a commit 606fe05Copy full SHA for 606fe05
src/incremental-compilation.md
@@ -49,7 +49,7 @@ query Q (which must not have yet been executed). In cases where Q has
49
red inputs, determining Q's color may involve re-executing Q so that
50
we can compare its output, but if all of Q's inputs are green, then we
51
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
+its value at all. In the compiler, this allows us to avoid
53
deserializing the result from disk when we don't need it, and in fact
54
enables us to sometimes skip *serializing* the result as well
55
(see the refinements section below).
0 commit comments