Skip to content

Commit 8f8a7b9

Browse files
authored
Phrasing tweak in doctest docs
1 parent 9fcc61b commit 8f8a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,6 @@ These, too, are documented in the CommonMark specification, in the
305305
section.
306306

307307
However, it's preferable to use fenced code blocks over indented code blocks.
308-
Not only are fenced code blocks the more popular choice in the Rust community,
308+
Not only are fenced code blocks considered more idiomatic for Rust code,
309309
but there is no way to use directives such as `ignore` or `should_panic` with
310310
indented code blocks.

0 commit comments

Comments
 (0)