Skip to content

Commit fb31e7e

Browse files
committed
rfc, associated-type-bounds: phrasing consistency of impl Trait stuff.
1 parent 4682216 commit fb31e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-associated-type-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ existentially quantified, the `Assoc` is as well. Semantically speaking,
131131
fn printables() -> impl Iterator<Item = impl Display> { .. }
132132
```
133133

134-
For `arg: impl Trait<Assoc: Bound>`, it can likewise be seen as:
134+
For `arg: impl Trait<Assoc: Bound>`, it is semantically equivalent to:
135135
`arg: impl Trait<Assoc = impl Bound>`.
136136

137137
## Meaning of `existential type Foo: Trait<Assoc: Bound>`

0 commit comments

Comments
 (0)