]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/items/associated-items.md
New upstream version 1.41.1+dfsg1
[rustc.git] / src / doc / reference / src / items / associated-items.md
index a7bc3de86d834a681e40d7538f4351c5b3da5f3f..c1f82f62ec05ba044d302b5b33ab82fe16f56921 100644 (file)
@@ -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