about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-06-04 19:46:05 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-06-04 22:18:14 -0500
commit38d6e58799490bd1f9f23901e3a51da5d70745b3 (patch)
tree3738b1d12da76041f342a61471b47fdef0797c8d /src/doc
parenta0dc2497d0c13266a44043af3f86851a9fa3bdfe (diff)
downloadrust-38d6e58799490bd1f9f23901e3a51da5d70745b3.tar.gz
rust-38d6e58799490bd1f9f23901e3a51da5d70745b3.zip
fix typo
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md
index bd8a60a8834..bc84c9721f5 100644
--- a/src/doc/rustc-dev-guide/src/tests/intro.md
+++ b/src/doc/rustc-dev-guide/src/tests/intro.md
@@ -211,7 +211,7 @@ caveats:
   that the crate doesn't compile any more (e.g. used old nightly features),
   has broken or flaky tests, requires network access, or other reasons.
 
-- Before crater can be run, `@bors try` needs to suceed in building artifacts.
+- Before crater can be run, `@bors try` needs to succeed in building artifacts.
   This means that if your code doesn't compile, you cannot run crater.
 
 ## Perf runs