From c035c846ec6beecf1cd861e677131ec4589c0363 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Thu, 30 Apr 2020 18:59:32 -0500 Subject: [PATCH] tidy --- src/queries/incremental-compilation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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