Skip to content

Commit ab579ef

Browse files
committed
---
yaml --- r: 12151 b: refs/heads/master c: 2142c5e h: refs/heads/master i: 12149: 679e66e 12147: 4d86117 12143: 0377ab5 v: v3
1 parent 0ed46ea commit ab579ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 55bfc5e4f9387c8b7e5f917ae389ab4fa7d5c12a
2+
refs/heads/master: 2142c5ebbb2d94addee281f7c66c02efabed7085
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/doc/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ instantiate type parameters that are bounded on their interface.
12161216
### Implementations
12171217

12181218
An _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

27602760
An *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
27642764
tuple of arguments.
27652765

0 commit comments

Comments
 (0)