Skip to content

Commit 6dc5c2f

Browse files
authored
Merge pull request #926 from ehuss/fix-footnotes
Fix footnotes.
2 parents f4c3bc5 + 8a98437 commit 6dc5c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/types/enum.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ corresponding `enum` type, as well as the size needed to store a discriminant.
1616
Enum types cannot be denoted *structurally* as types, but must be denoted by
1717
named reference to an [`enum` item].
1818

19-
[^enumtype]: ../The `enum` type is analogous to a `data` constructor declaration in
19+
[^enumtype]: The `enum` type is analogous to a `data` constructor declaration in
2020
ML, or a *pick ADT* in Limbo.
2121

2222
[`enum` item]: ../items/enumerations.md

src/types/struct.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A _unit-like struct_ type is like a struct type, except that it has no fields.
2121
The one value constructed by the associated [struct expression] is the only
2222
value that inhabits such a type.
2323

24-
[^structtype]: ../`struct` types are analogous to `struct` types in C, the
24+
[^structtype]: `struct` types are analogous to `struct` types in C, the
2525
*record* types of the ML family, or the *struct* types of the Lisp family.
2626

2727
[`repr` attribute]: ../type-layout.md#representations

0 commit comments

Comments
 (0)