Skip to content

Commit afd5496

Browse files
authored
Update type-alias-impl-trait.md
1 parent 2faceb5 commit afd5496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/type-alias-impl-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct HaveAlias {
6464

6565
In this example, the concrete type referred to by `Alias` is guaranteed to be the same wherever `Alias` occurs.
6666

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`].
67+
> 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`].
6868
6969
### `type_alias_impl_trait` in argument position.
7070

0 commit comments

Comments
 (0)