File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 55bfc5e4f9387c8b7e5f917ae389ab4fa7d5c12a
2
+ refs/heads/master: 2142c5ebbb2d94addee281f7c66c02efabed7085
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
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