From 1b9f80cc40d194b27b26a453eb7516ba0fd55cfd Mon Sep 17 00:00:00 2001 From: Hanif Ariffin Date: Thu, 30 Apr 2020 19:03:49 -0400 Subject: [PATCH] Update src/queries/incremental-compilation.md Removed `at`. Co-authored-by: LeSeulArtichaut --- src/queries/incremental-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queries/incremental-compilation.md b/src/queries/incremental-compilation.md index 499b3282..394b4de7 100644 --- a/src/queries/incremental-compilation.md +++ b/src/queries/incremental-compilation.md @@ -137,7 +137,7 @@ algorithm like so: it did not change. ## Resources -The initial design document can be found at [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