From 7a0a69f8010a7da7d16999f09495948e2747f58f Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 22 Jun 2015 20:14:27 +0200 Subject: [PATCH] book: remove a stray code block --- src/doc/trpl/documentation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 53754e2688dd..1a64ab6646db 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.