We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faceb5 commit afd5496Copy full SHA for afd5496
src/doc/unstable-book/src/language-features/type-alias-impl-trait.md
@@ -64,7 +64,7 @@ struct HaveAlias {
64
65
In this example, the concrete type referred to by `Alias` is guaranteed to be the same wherever `Alias` occurs.
66
67
-> Orginally this feature included type aliases as an associated type of a trait. In [#110237] this was split off to [`impl_trait_in_assoc_type`].
+> Originally this feature included type aliases as an associated type of a trait. In [#110237] this was split off to [`impl_trait_in_assoc_type`].
68
69
### `type_alias_impl_trait` in argument position.
70
0 commit comments