Skip to content

Commit 9a84771

Browse files
authored
Rollup merge of #70914 - tsandstr:typo1, r=Dylan-DPC
Corrects a typo in rustdoc documentation. Fixes #70856 Sorry, I am just learning git and I think I may have accidentally done some wacky stuff that closed my last PR. Here it is again.
2 parents e3346e5 + d55c399 commit 9a84771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustdoc/src/documentation-tests.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ are added.
352352
/// ```
353353
```
354354

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.
355+
`edition2018` tells `rustdoc` that the code sample should be compiled using
356+
the 2018 edition of Rust. Similarly, you can specify `edition2015` to compile
357+
the code with the 2015 edition.
358358

359359
## Syntax reference
360360

0 commit comments

Comments
 (0)