about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-12-20 15:39:26 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-12-20 22:35:00 +0100
commit2d914bed2dea1316fdbb55010f3bb2c5412942cb (patch)
tree823d36bc2f400d5a1986ad7a8514f9745acbfffd /src
parentbc03e40a29574c18ebfc04bd179065815ebe83f8 (diff)
Add test to ensure passing `--doctest_compilation_args` multiple times work
Diffstat (limited to 'src')
-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 667f07cf956..d1d42e47322 100644
--- a/src/doc/rustdoc/src/unstable-features.md
+++ b/src/doc/rustdoc/src/unstable-features.md
@@ -667,7 +667,7 @@ This flag can be passed multiple times to nest wrappers.
 
 ## Passing arguments to rustc when compiling doctests
 
-You can use the `--doctest-compilation-args` option if you want to add options when compiling the
+You can use the `--doctest-compilation-args` flag if you want to add options when compiling the
 doctest. For example if you have:
 
 ```rust,no_run