File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ we could have added more explanation in a new paragraph.
102
102
#### Special sections
103
103
104
104
Next, are special sections. These are indicated with a header, ` # ` . There
105
- are three kinds of headers that are commonly used. They aren't special syntax,
105
+ are four kinds of headers that are commonly used. They aren't special syntax,
106
106
just convention, for now.
107
107
108
108
``` rust
@@ -144,7 +144,7 @@ responsible for upholding.
144
144
# fn foo () {}
145
145
```
146
146
147
- Third , ` Examples ` . Include one or more examples of using your function or
147
+ Fourth , ` Examples ` . Include one or more examples of using your function or
148
148
method, and your users will love you for it. These examples go inside of
149
149
code block annotations, which we'll talk about in a moment, and can have
150
150
more than one section:
You can’t perform that action at this time.
0 commit comments