summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorChris Simpkins <chris@sourcefoundry.org>2020-05-18 22:30:27 -0400
committerGitHub <noreply@github.com>2020-05-19 11:30:27 +0900
commit89aba46138ebbf129e7cf774216693d8b56f1924 (patch)
tree8095145053abea2945ed14ba458af5e33a4aaf07 /src/doc/rustc-dev-guide
parent73eef7e7b1761dcdf82b03d0a2442c6fc0dbc9a0 (diff)
downloadrust-89aba46138ebbf129e7cf774216693d8b56f1924.tar.gz
rust-89aba46138ebbf129e7cf774216693d8b56f1924.zip
typo fix (#706)
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 ab36e428f3c..c68b76f03ae 100644
--- a/src/doc/rustc-dev-guide/src/diagnostics.md
+++ b/src/doc/rustc-dev-guide/src/diagnostics.md
@@ -35,7 +35,7 @@ LL | more code
   - The users' affected code and its surroundings.
   - Primary and secondary spans underlying the users' code. These spans can
     optionally contain one or more labels.
-    - Primary spans should have enough text to descrive the problem in such a
+    - Primary spans should have enough text to describe the problem in such a
       way that if it where the only thing being displayed (for example, in an
       IDE) it would still make sense. Because it is "spatially aware" (it
       points at the code), it can generally be more succinct than the error