diff --git a/src/queries/incremental-compilation.md b/src/queries/incremental-compilation.md index 394b4de7..210d5b39 100644 --- a/src/queries/incremental-compilation.md +++ b/src/queries/incremental-compilation.md @@ -137,7 +137,9 @@ algorithm like so: it did not change. ## Resources -The initial design document can be found [here][initial-design], which expands on the memoization details, provides more high-level overview and motivation for this system. +The initial design document can be found [here][initial-design], which expands +on the memoization details, provides more high-level overview and motivation +for this system. # Footnotes