diff --git a/src/items/associated-items.md b/src/items/associated-items.md index a7bc3de86..c1f82f62e 100644 --- a/src/items/associated-items.md +++ b/src/items/associated-items.md @@ -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 @@ -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 \ No newline at end of file +[regular function parameters]: functions.md#attributes-on-function-parameters