Skip to content

Commit 4a021aa

Browse files
committed
Fix silly ATC typo
1 parent 2166577 commit 4a021aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-variadic-generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ trait Tuple {
6767
```
6868

6969
TODO: should the above use `TupleRef<'a>` and `TupleMut<'b>` traits to avoid
70-
dependency on ACTs? It seems nicer to have them all together in one trait, but
70+
dependency on ATCs? It seems nicer to have them all together in one trait, but
7171
it's probably not worth the resulting feature-stacking mess.
7272

7373
The types `AsRefs` and `AsMuts` are the corresponding tuples of references to

0 commit comments

Comments
 (0)