Skip to content

Commit 2fe40aa

Browse files
authored
Merge pull request #151 from danielhuang/patch-1
Fix error in hustle.scrbl
2 parents 3bf4889 + acd9cff commit 2fe40aa

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)