From ae5b7ad40c2b276f5b6b222f3750d24b7f99b1a5 Mon Sep 17 00:00:00 2001 From: Rich Murphey Date: Sun, 24 Nov 2019 01:51:26 -0600 Subject: [PATCH] Update associated-items.md --- src/items/associated-items.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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