diff options
| author | Benjamin Sago <ogham@users.noreply.github.com> | 2018-05-29 16:04:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-29 16:04:37 +0200 |
| commit | 8f8a7b9a7b236ba02afc1589901acc6b125d6fec (patch) | |
| tree | a44843814e4d769c3cc75a8da7685c1128750c5c | |
| parent | 9fcc61bf9f2148ede0e97537f4b1ecc80e675f09 (diff) | |
Phrasing tweak in doctest docs
| -rw-r--r-- | src/doc/rustdoc/src/documentation-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/documentation-tests.md b/src/doc/rustdoc/src/documentation-tests.md index 61cfebb97e7..3253e4d6269 100644 --- a/src/doc/rustdoc/src/documentation-tests.md +++ b/src/doc/rustdoc/src/documentation-tests.md @@ -305,6 +305,6 @@ These, too, are documented in the CommonMark specification, in the section. However, it's preferable to use fenced code blocks over indented code blocks. -Not only are fenced code blocks the more popular choice in the Rust community, +Not only are fenced code blocks considered more idiomatic for Rust code, but there is no way to use directives such as `ignore` or `should_panic` with indented code blocks. |
