Skip to content

Commit 8c26c36

Browse files
authored
words (#622)
1 parent 77600c0 commit 8c26c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Here is a sampling:
181181

182182
[**Algebraic Data Types (ADTs)**]() An [*algebraic Data Type*][wikiadt] is a `struct`, `enum` or
183183
`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
184+
are all [`ty::TyKind::Adt`][kindadt]. It’s basically a user defined type. We will talk more about
185185
these later.
186186

187187
[**Foreign**][kindforeign] Corresponds to `extern type T`.

0 commit comments

Comments
 (0)