Skip to content

Commit 2142c5e

Browse files
committed
Minor typo fixes.
1 parent 55bfc5e commit 2142c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)