We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72bf56 commit 67ebd4bCopy full SHA for 67ebd4b
src/early-late-bound.md
@@ -64,7 +64,7 @@ trait Foo<T> {
64
Here, the type `(Self, T, U)` would be `($0, $1, $2)`, where `$N` means a
65
[`ParamTy`] with the index of `N`.
66
67
-In rustc, the [`Generics`] structure carries the this information. So the
+In rustc, the [`Generics`] structure carries this information. So the
68
[`Generics`] for `Bar` above would be just like for `U` and would indicate the
69
'parent' generics of `Foo`, which declares `Self` and `T`. You can read more
70
in [this chapter](./generics.md).
0 commit comments