Skip to content

Commit

Permalink
Remove extra the (rust-lang#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored Mar 11, 2021
1 parent e72bf56 commit 67ebd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/early-late-bound.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ trait Foo<T> {
Here, the type `(Self, T, U)` would be `($0, $1, $2)`, where `$N` means a
[`ParamTy`] with the index of `N`.

In rustc, the [`Generics`] structure carries the this information. So the
In rustc, the [`Generics`] structure carries this information. So the
[`Generics`] for `Bar` above would be just like for `U` and would indicate the
'parent' generics of `Foo`, which declares `Self` and `T`. You can read more
in [this chapter](./generics.md).
Expand Down

0 comments on commit 67ebd4b

Please sign in to comment.