Skip to content

Commit 5117ac3

Browse files
authored
Merge pull request #721 from rich-murphey/patch-1
Update associated-items.md. "it"->is
2 parents 45558c4 + ae5b7ad commit 5117ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/associated-items.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Every associated item kind comes in two varieties: definitions that contain the
1818
actual implementation and declarations that declare signatures for
1919
definitions.
2020

21-
It is the declarations that make up the contract of traits and what it available
21+
It is the declarations that make up the contract of traits and what is available
2222
on generic types.
2323

2424
## Associated functions and methods
@@ -360,4 +360,4 @@ fn main() {
360360
[function item]: ../types/function-item.md
361361
[method call operator]: ../expressions/method-call-expr.md
362362
[path]: ../paths.md
363-
[regular function parameters]: functions.md#attributes-on-function-parameters
363+
[regular function parameters]: functions.md#attributes-on-function-parameters

0 commit comments

Comments
 (0)