Phrasing tweak in doctest docs

This commit is contained in:
Benjamin Sago 2018-05-29 16:04:37 +02:00 committed by GitHub
parent 9fcc61bf9f
commit 8f8a7b9a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,6 +305,6 @@ These, too, are documented in the CommonMark specification, in the
section. section.
However, it's preferable to use fenced code blocks over indented code blocks. 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 but there is no way to use directives such as `ignore` or `should_panic` with
indented code blocks. indented code blocks.