about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorLoris-intergalactique <loris.sierra@zenika.com>2020-02-12 17:35:10 +0100
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-02-12 10:55:46 -0600
commit7364a0adb0e12281ffbb4dbb80f40104008c2a2d (patch)
tree229f51f1506c568c5d100266206d0b4ae2aa54d2 /src/doc/rustc-dev-guide
parenta482acb19a01f1d3e65ee255f002655af8abb6ae (diff)
downloadrust-7364a0adb0e12281ffbb4dbb80f40104008c2a2d.tar.gz
rust-7364a0adb0e12281ffbb4dbb80f40104008c2a2d.zip
Minor typo correction
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/query.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/query.md b/src/doc/rustc-dev-guide/src/query.md
index f5961f6ba76..aaf08317860 100644
--- a/src/doc/rustc-dev-guide/src/query.md
+++ b/src/doc/rustc-dev-guide/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