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 @@ -107,7 +107,7 @@ we could have added more explanation in a new paragraph.
107
107
```
108
108
109
109
Next, are special sections. These are indicated with a header, ` # ` . There
110
- are three kinds of headers that are commonly used. They aren't special syntax,
110
+ are four kinds of headers that are commonly used. They aren't special syntax,
111
111
just convention, for now.
112
112
113
113
``` rust
@@ -149,7 +149,7 @@ responsible for upholding.
149
149
# fn foo () {}
150
150
```
151
151
152
- Third , ` Examples ` . Include one or more examples of using your function or
152
+ Fourth , ` Examples ` . Include one or more examples of using your function or
153
153
method, and your users will love you for it. These examples go inside of
154
154
code block annotations, which we'll talk about in a moment, and can have
155
155
more than one section:
You can’t perform that action at this time.
0 commit comments