Skip to content

Commit

Permalink
Phrasing tweak in doctest docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogham authored May 29, 2018
1 parent 9fcc61b commit 8f8a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/documentation-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8f8a7b9

Please sign in to comment.