Skip to content

Commit 1ec7c04

Browse files
committed
Take 32 on trying to avoid an awkward sentence.
1 parent 74d61db commit 1ec7c04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/items/associated-items.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ following types:
104104
- [`Arc<Self>`]
105105
- [`Pin<P>`] where `P` is one of the above types except `Self`.
106106

107-
As an alternate way of writing the type, the `Self` term may instead be
108-
written with the type being implemented.
107+
The `Self` term can be replaced with the type being implemented.
109108

110109
```rust
111110
# use std::rc::Rc;

0 commit comments

Comments
 (0)