Skip to content

Commit 1b10512

Browse files
committed
Clarify a use of "aliases"
1 parent 21322a6 commit 1b10512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-impl-trait-type-aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ all uses of `Alias` refer to the same unique type. The potential confusion is ra
340340

341341
It is likely that a misunderstanding of the nature of `impl Trait` in argument or return position will lead to similar confusion as to the role of `impl Trait` in type aliases, and vice versa. By clearly teaching the behaviour of `impl Trait`, we should be able to eliminate most of these conceptual difficulties.
342342

343-
Since we will teach `impl Trait` cohesively (that is, argument-position, return-position and type alias `impl Trait` at the same time), it is unlikely that users who understand `impl Trait` will be confused about aliases. (What's more, examples in the reference will illustrate this clearly.)
343+
Since we will teach `impl Trait` cohesively (that is, argument-position, return-position and type alias `impl Trait` at the same time), it is unlikely that users who understand `impl Trait` will be confused about `impl Trait` type aliases. (What's more, examples in the reference will illustrate this clearly.)
344344

345345
# Rationale and alternatives
346346
[rationale-and-alternatives]: #rationale-and-alternatives

0 commit comments

Comments
 (0)