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.
1216
1216
### Implementations
1217
1217
1218
1218
An _ implementation item_ provides an implementation of an
1219
- [ interfaces ] ( #interfaces ) for a type.
1219
+ [ interface ] ( #interfaces ) for a type.
1220
1220
1221
1221
~~~~
1222
1222
# type point = {x: float, y: float};
@@ -2759,7 +2759,7 @@ vector is always bounds-checked.
2759
2759
2760
2760
An * enumerated type* is a nominal, heterogeneous disjoint union type.^[ The
2761
2761
` 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
2763
2763
* constructors* , each of which is independently named and takes an optional
2764
2764
tuple of arguments.
2765
2765
You can’t perform that action at this time.
0 commit comments