Skip to content

Commit

Permalink
Merge pull request #721 from rich-murphey/patch-1
Browse files Browse the repository at this point in the history
Update associated-items.md.  "it"->is
  • Loading branch information
ehuss committed Nov 24, 2019
2 parents 45558c4 + ae5b7ad commit 5117ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/items/associated-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Every associated item kind comes in two varieties: definitions that contain the
actual implementation and declarations that declare signatures for
definitions.

It is the declarations that make up the contract of traits and what it available
It is the declarations that make up the contract of traits and what is available
on generic types.

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

0 comments on commit 5117ac3

Please sign in to comment.