We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9571d4d commit 30e00c3Copy full SHA for 30e00c3
src/items/associated-items.md
@@ -60,7 +60,7 @@ An *associated function definition* defines a function associated with another
60
type. It is written the same as a [function item].
61
62
An example of a common associated function is a `new` function that returns
63
-a value of the type the associated function is associated with.
+a value of the type the function is associated with.
64
65
```rust
66
struct Struct {
0 commit comments