Skip to content

Commit 1e235ff

Browse files
Fix typo
1 parent d2603ab commit 1e235ff

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
@@ -120,7 +120,7 @@ error[E0404]: expected trait, found trait alias `Frobber`
120120

121121
## Speculative example: GATification of `Iterator`
122122

123-
*This example relies on some language features that are currently pure speculation.Implementable trait aliases are potentially necessary to support this use-case, but not sufficent.*
123+
*This example relies on some language features that are currently pure speculation. Implementable trait aliases are potentially necessary to support this use-case, but not sufficent.*
124124

125125
Ever since the GAT MVP was stabilized, there has been discussion about how to add `LendingIterator` to the standard library, without breaking existing uses of `Iterator`. The relationship between `LendingIterator` and `Iterator` is "weak"/"strong"—an `Iterator` is a `LendingIterator` with some extra guarantees about the `Item` associated type.
126126

0 commit comments

Comments
 (0)