Auto merge of #26508 - tshepang:stray-code-block, r=bluss

This commit is contained in:
bors 2015-06-23 17:27:07 +00:00
commit 27ecbba388

View file

@ -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.