about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2024-11-10 05:36:49 +0200
committerGitHub <noreply@github.com>2024-11-10 11:36:49 +0800
commite534ff13d17f2c54edb7eec2d3f31fa4ec000188 (patch)
treecaad02626f46690c7f37d6dd093f656107a41e40 /src/doc/rustc-dev-guide
parentb82e20983b47aa3c9980d269fc9831110dbd7bd8 (diff)
downloadrust-e534ff13d17f2c54edb7eec2d3f31fa4ec000188.tar.gz
rust-e534ff13d17f2c54edb7eec2d3f31fa4ec000188.zip
typo (#2132)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/parallel-rustc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/parallel-rustc.md b/src/doc/rustc-dev-guide/src/parallel-rustc.md
index dce97019cd7..2dae95a3491 100644
--- a/src/doc/rustc-dev-guide/src/parallel-rustc.md
+++ b/src/doc/rustc-dev-guide/src/parallel-rustc.md
@@ -21,7 +21,7 @@ parallelized.
   still executed in serial mode.
 
 <div class="warning">
-The follow sections are kept for now but are quite outdated.
+The following sections are kept for now but are quite outdated.
 </div>
 
 ---