From cb4c20039df67c6ef630b0a7229bb94b2392ff3d Mon Sep 17 00:00:00 2001 From: Loris-intergalactique Date: Wed, 12 Feb 2020 17:35:10 +0100 Subject: [PATCH] Minor typo correction --- src/query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query.md b/src/query.md index f5961f6b..aaf08317 100644 --- a/src/query.md +++ b/src/query.md @@ -1,7 +1,7 @@ # Queries: demand-driven compilation As described in [the high-level overview of the compiler][hl], the -Rust compiler is current transitioning from a traditional "pass-based" +Rust compiler is currently transitioning from a traditional "pass-based" setup to a "demand-driven" system. **The Compiler Query System is the key to our new demand-driven organization.** The idea is pretty simple. You have various queries that compute things about the input