about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-04-27 17:42:10 -0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-04-27 15:45:00 -0500
commit5c7c077ab5cea10215bd22ef0848f1cff3bee1a5 (patch)
treef14182798315298f689df32a344fd0cadf16b82b /src/doc/rustc-dev-guide
parent09fbca820499c5e1ab4093b4de39d94ada78ed5b (diff)
downloadrust-5c7c077ab5cea10215bd22ef0848f1cff3bee1a5.tar.gz
rust-5c7c077ab5cea10215bd22ef0848f1cff3bee1a5.zip
Remove extra the
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/diagnostics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/diagnostics.md b/src/doc/rustc-dev-guide/src/diagnostics.md
index b77e4547fe0..ab36e428f3c 100644
--- a/src/doc/rustc-dev-guide/src/diagnostics.md
+++ b/src/doc/rustc-dev-guide/src/diagnostics.md
@@ -184,7 +184,7 @@ contexts:
 
 - shown as an independent sub-diagnostic (this is the default output)
 - shown as a label pointing at the affected span (this is done automatically if
-the some heuristics for verbosity are met)
+some heuristics for verbosity are met)
 - shown as a `help` sub-diagnostic with no content (used for cases where the
 suggestion is obvious from the text, but we still want to let tools to apply
 them))