Skip to content

Commit 30e00c3

Browse files
authored
associated-items.md: remove redundant word
The word does not improve precision, and makes the sentence a bit slower to parse.
1 parent 9571d4d commit 30e00c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/associated-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ An *associated function definition* defines a function associated with another
6060
type. It is written the same as a [function item].
6161

6262
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.
63+
a value of the type the function is associated with.
6464

6565
```rust
6666
struct Struct {

0 commit comments

Comments
 (0)