diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-06-22 20:14:27 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-06-22 20:14:27 +0200 |
| commit | 7a0a69f8010a7da7d16999f09495948e2747f58f (patch) | |
| tree | e0cb5bcfd771c673d1bdd24e713da0d247b98a88 | |
| parent | 1671b9baeceeb38ddb7366668d28e3a7ee839ef3 (diff) | |
| download | rust-7a0a69f8010a7da7d16999f09495948e2747f58f.tar.gz rust-7a0a69f8010a7da7d16999f09495948e2747f58f.zip | |
book: remove a stray code block
| -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. |
