Skip to content

Commit

Permalink
Merge pull request #926 from ehuss/fix-footnotes
Browse files Browse the repository at this point in the history
Fix footnotes.
  • Loading branch information
Havvy authored Jan 11, 2021
2 parents f4c3bc5 + 8a98437 commit 6dc5c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/types/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ corresponding `enum` type, as well as the size needed to store a discriminant.
Enum types cannot be denoted *structurally* as types, but must be denoted by
named reference to an [`enum` item].

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

[`enum` item]: ../items/enumerations.md
Expand Down
2 changes: 1 addition & 1 deletion src/types/struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A _unit-like struct_ type is like a struct type, except that it has no fields.
The one value constructed by the associated [struct expression] is the only
value that inhabits such a type.

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

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

0 comments on commit 6dc5c2f

Please sign in to comment.