about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-06-24 02:51:13 +0000
committerbors <bors@rust-lang.org>2015-06-24 02:51:13 +0000
commit2d0cbf3e3e25e092bd9e4c94d08e446b680869f0 (patch)
treef79713456cf910452409d93f5e84d795659562d4
parentba770ae0945346bfd6edc1c07734028c32e48d4e (diff)
parentf8158122c58d6c3f83c85c146bc70127a19bf874 (diff)
downloadrust-2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.tar.gz
rust-2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.zip
Auto merge of #26509 - tshepang:4-and-not-3, r=bluss
-rw-r--r--src/doc/trpl/documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md
index 1a64ab6646d..7102158383a 100644
--- a/src/doc/trpl/documentation.md
+++ b/src/doc/trpl/documentation.md
@@ -102,7 +102,7 @@ we could have added more explanation in a new paragraph.
 #### Special sections
 
 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,
+are four kinds of headers that are commonly used. They aren't special syntax,
 just convention, for now.
 
 ```rust
@@ -144,7 +144,7 @@ responsible for upholding.
 # fn foo() {}
 ```
 
-Third, `Examples`. Include one or more examples of using your function or
+Fourth, `Examples`. Include one or more examples of using your function or
 method, and your users will love you for it. These examples go inside of
 code block annotations, which we'll talk about in a moment, and can have
 more than one section: