File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1216,7 +1216,7 @@ instantiate type parameters that are bounded on their interface.
12161216### Implementations
12171217
12181218An _ implementation item_ provides an implementation of an
1219- [ interfaces ] ( #interfaces ) for a type.
1219+ [ interface ] ( #interfaces ) for a type.
12201220
12211221~~~~
12221222# type point = {x: float, y: float};
@@ -2759,7 +2759,7 @@ vector is always bounds-checked.
27592759
27602760An * enumerated type* is a nominal, heterogeneous disjoint union type.^[ The
27612761` enum ` type is analogous to a ` data ` constructor declaration in ML or a * pick
2762- ADT* in Limbo.} An [ ` enum ` * item* ] ( #enumerations ) consists of a number of
2762+ ADT* in Limbo.] An [ ` enum ` * item* ] ( #enumerations ) consists of a number of
27632763* constructors* , each of which is independently named and takes an optional
27642764tuple of arguments.
27652765
You can’t perform that action at this time.
0 commit comments