Skip to content

Commit a1a0ded

Browse files
committed
rfc, associated-default-groups: fix typo.
1 parent 1209054 commit a1a0ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-assoc-default-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ instead.
417417
With respect to this RFC, the semantics of `type Assoc = impl Bar;`
418418
inside a trait definition, where `Assoc` is the name of the associated type,
419419
is understood as what it means in terms of `default impl ..` as discussed
420-
in [RFC 1210]. What this entails means in concrete terms is that given:
420+
in [RFC 1210]. What this means in concrete terms is that given:
421421

422422
```rust
423423
trait Foo {

0 commit comments

Comments
 (0)