We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77600c0 commit 8c26c36Copy full SHA for 8c26c36
src/ty.md
@@ -181,7 +181,7 @@ Here is a sampling:
181
182
[**Algebraic Data Types (ADTs)**]() An [*algebraic Data Type*][wikiadt] is a `struct`, `enum` or
183
`union`. Under the hood, `struct`, `enum` and `union` are actually implemented the same way: they
184
-are both [`ty::TyKind::Adt`][kindadt]. It’s basically a user defined type. We will talk more about
+are all [`ty::TyKind::Adt`][kindadt]. It’s basically a user defined type. We will talk more about
185
these later.
186
187
[**Foreign**][kindforeign] Corresponds to `extern type T`.
0 commit comments