We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91daac commit 3b48d82Copy full SHA for 3b48d82
1 file changed
www/assignments/3.scrbl
@@ -90,7 +90,7 @@ true in general for Racket. The parser should reject any
90
91
The meaning of a @racket[cond] expression is computed by evaluating
92
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
+does not evaluate to @racket[#f] is found, in which case, the corresponding expression
94
@racket[_e-ai] is evaluated and its value is the value of the
95
@racket[cond] expression. If no such @racket[_e-pi] exists, the
96
expression @racket[_e-an]'s value is the value of the @racket[cond].
0 commit comments