Skip to content

Commit 3b48d82

Browse files
authored
Edit for cond
1 parent f91daac commit 3b48d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/assignments/3.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ true in general for Racket. The parser should reject any
9090

9191
The meaning of a @racket[cond] expression is computed by evaluating
9292
each expression @racket[_e-pi] in order until the first one that is
93-
not @racket[#f] is found, in which case, the corresponding expression
93+
does not evaluate to @racket[#f] is found, in which case, the corresponding expression
9494
@racket[_e-ai] is evaluated and its value is the value of the
9595
@racket[cond] expression. If no such @racket[_e-pi] exists, the
9696
expression @racket[_e-an]'s value is the value of the @racket[cond].

0 commit comments

Comments
 (0)