We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 572ea25 + f553c22 commit ad10128Copy full SHA for ad10128
src/doc/rustdoc/src/unstable-features.md
@@ -348,7 +348,7 @@ Using this flag looks like this:
348
$ rustdoc src/lib.rs -Z unstable-options --enable-per-target-ignores
349
```
350
351
-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
352
rustdoc from running that test if the target triple string contains foo. For example:
353
354
```rust
0 commit comments