Skip to content

Commit acd9cff

Browse files
authored
Update hustle.scrbl
1 parent 82864f8 commit acd9cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/hustle.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Boxes are like unary pairs, they simply hold a value, which can be
4545
projected out. Pairs hold two values which each can be projected out.
4646

4747
To see how values are now inductively defined notice that if you have
48-
a value @racket[_v], you can make anoter value with @racket[(box _v)].
48+
a value @racket[_v], you can make another value with @racket[(box _v)].
4949
Similarly, if @racket[_v1] and @racket[_v2] are values, then so is
5050
@racket[(cons _v1 _v2)]. This suggests the following recursive type
5151
definition for values:

0 commit comments

Comments
 (0)