book: remove a stray code block

This commit is contained in:
Tshepang Lekhonkhobe 2015-06-22 20:14:27 +02:00
parent 1671b9baec
commit 7a0a69f801

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.