about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-06-23 17:27:07 +0000
committerbors <bors@rust-lang.org>2015-06-23 17:27:07 +0000
commit27ecbba388877467d2f4d62e2c5e15fe0d415650 (patch)
treea22a634ed078d10a1b2bcca351263530f85503a9
parentd54ab412ef8f7e279018e6ad0df6bc9965e2cf5f (diff)
parent7a0a69f8010a7da7d16999f09495948e2747f58f (diff)
downloadrust-27ecbba388877467d2f4d62e2c5e15fe0d415650.tar.gz
rust-27ecbba388877467d2f4d62e2c5e15fe0d415650.zip
Auto merge of #26508 - tshepang:stray-code-block, r=bluss
-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.