about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-29 12:08:58 +0900
committerGitHub <noreply@github.com>2020-10-29 12:08:58 +0900
commitad1012834cc625e1c6695b62a1d4c58e9995c8d2 (patch)
tree33b4d27b09f7bc8078ea4b9665573b6951632e88
parent572ea25e01142df147d94306b6deee5883c6a9dc (diff)
parentf553c226c146d7233ce3b65973002643f5488715 (diff)
downloadrust-ad1012834cc625e1c6695b62a1d4c58e9995c8d2.tar.gz
rust-ad1012834cc625e1c6695b62a1d4c58e9995c8d2.zip
Rollup merge of #78487 - rust-lang:GuillaumeGomez-patch-1, r=steveklabnik
Fix typo "compiltest"

Part of #70898.
-rw-r--r--src/doc/rustdoc/src/unstable-features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md
index 16157a4b080..b4307051041 100644
--- a/src/doc/rustdoc/src/unstable-features.md
+++ b/src/doc/rustdoc/src/unstable-features.md
@@ -348,7 +348,7 @@ Using this flag looks like this:
 $ rustdoc src/lib.rs -Z unstable-options --enable-per-target-ignores
 ```
 
-This flag allows you to tag doctests with compiltest style `ignore-foo` filters that prevent
+This flag allows you to tag doctests with compiletest style `ignore-foo` filters that prevent
 rustdoc from running that test if the target triple string contains foo. For example:
 
 ```rust