diff options
| author | bors <bors@rust-lang.org> | 2015-06-23 17:27:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-23 17:27:07 +0000 |
| commit | 27ecbba388877467d2f4d62e2c5e15fe0d415650 (patch) | |
| tree | a22a634ed078d10a1b2bcca351263530f85503a9 | |
| parent | d54ab412ef8f7e279018e6ad0df6bc9965e2cf5f (diff) | |
| parent | 7a0a69f8010a7da7d16999f09495948e2747f58f (diff) | |
| download | rust-27ecbba388877467d2f4d62e2c5e15fe0d415650.tar.gz rust-27ecbba388877467d2f4d62e2c5e15fe0d415650.zip | |
Auto merge of #26508 - tshepang:stray-code-block, r=bluss
| -rw-r--r-- | src/doc/trpl/documentation.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 53754e2688d..1a64ab6646d 100644 --- a/src/doc/trpl/documentation.md +++ b/src/doc/trpl/documentation.md @@ -101,11 +101,6 @@ we could have added more explanation in a new paragraph. #### Special sections -```rust -/// # Examples -# fn foo() {} -``` - Next, are special sections. These are indicated with a header, `#`. There are three kinds of headers that are commonly used. They aren't special syntax, just convention, for now. |
