Skip to content

Commit af7b7ea

Browse files
Fix wording
1 parent 5ef6311 commit af7b7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3437-implementable-trait-alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ impl IntIterator for Baz {
254254
}
255255
```
256256

257-
Trait aliases also allow omitting implied `#[refine]`s:
257+
Alias `impl`s also allow omitting implied `#[refine]`s:
258258

259259
```rust
260260
//! crate frob-lib

0 commit comments

Comments
 (0)