Fix typos in 1733

This commit is contained in:
Meng Xiangzhuo 2023-08-15 06:26:17 +08:00
parent 19f3a0d28d
commit cd643d429a
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ using the `trait` keyword to define alias on *lifetimes* seems a wrong design ch
very consistent.
If we chose another keyword, like `constraint`, I feel less concerned and it would open further
opportunies see the `ConstraintKinds` alternative discussion above.
opportunities see the `ConstraintKinds` alternative discussion above.
## Which bounds need to be repeated when using a trait alias?