We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42abbd8 commit d55c399Copy full SHA for d55c399
src/doc/rustdoc/src/documentation-tests.md
@@ -352,9 +352,9 @@ are added.
352
/// ```
353
```
354
355
-`edition2018` tells `rustdoc` that the code sample should be compiled the 2018
356
-edition of Rust. Similarly, you can specify `edition2015` to compile the code
357
-with the 2015 edition.
+`edition2018` tells `rustdoc` that the code sample should be compiled using
+the 2018 edition of Rust. Similarly, you can specify `edition2015` to compile
+the code with the 2015 edition.
358
359
## Syntax reference
360
0 commit comments