Skip to content

Commit 72a109b

Browse files
Fix incorrect mention of the assoc. type
1 parent 3c74a3f commit 72a109b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2532-associated-type-defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ in other items specified in the implementation.
351351
If an implementation does make the associated type available for
352352
further specialization, then other definitions in the implementation
353353
may not assume the given underlying specified type of the associated type
354-
and may only assume that it is `Self::TheAsociatedType`.
354+
and may only assume that it is `Self::TheAssociatedType`.
355355

356356
This applies generally to any item inside a `trait`.
357357
You may only assume the signature of an item, but not any provided definition,

0 commit comments

Comments
 (0)