diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 53754e2688dd6..1a64ab6646db9 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.