about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-06-22 20:14:27 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-06-22 20:14:27 +0200
commit7a0a69f8010a7da7d16999f09495948e2747f58f (patch)
treee0cb5bcfd771c673d1bdd24e713da0d247b98a88
parent1671b9baeceeb38ddb7366668d28e3a7ee839ef3 (diff)
downloadrust-7a0a69f8010a7da7d16999f09495948e2747f58f.tar.gz
rust-7a0a69f8010a7da7d16999f09495948e2747f58f.zip
book: remove a stray code block
-rw-r--r--src/doc/trpl/documentation.md5
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.