Minor typo correction

This commit is contained in:
Loris-intergalactique 2020-02-12 17:35:10 +01:00 committed by Who? Me?!
parent 6480932518
commit cb4c20039d
1 changed files with 1 additions and 1 deletions

View File

@ -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