Skip to content

Commit 67ebd4b

Browse files
authored
Remove extra the (#1088)
1 parent e72bf56 commit 67ebd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/early-late-bound.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ trait Foo<T> {
6464
Here, the type `(Self, T, U)` would be `($0, $1, $2)`, where `$N` means a
6565
[`ParamTy`] with the index of `N`.
6666

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

0 commit comments

Comments
 (0)