We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45558c4 + ae5b7ad commit 5117ac3Copy full SHA for 5117ac3
src/items/associated-items.md
@@ -18,7 +18,7 @@ Every associated item kind comes in two varieties: definitions that contain the
18
actual implementation and declarations that declare signatures for
19
definitions.
20
21
-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
22
on generic types.
23
24
## Associated functions and methods
@@ -360,4 +360,4 @@ fn main() {
360
[function item]: ../types/function-item.md
361
[method call operator]: ../expressions/method-call-expr.md
362
[path]: ../paths.md
363
-[regular function parameters]: functions.md#attributes-on-function-parameters
+[regular function parameters]: functions.md#attributes-on-function-parameters
0 commit comments