fixed and/or documentation, Closes PR 12197
This commit is contained in:
parent
b91880b05a
commit
481a92f272
|
@ -168,8 +168,8 @@
|
|||
cond-id cond-elem
|
||||
else-id else-elem
|
||||
if-id if-elem
|
||||
and-id and-elem
|
||||
or-id or-elem
|
||||
and-id and-elem
|
||||
check-expect-id check-expect-elem
|
||||
check-within-id check-within-elem
|
||||
check-error-id check-error-elem
|
||||
|
@ -279,7 +279,7 @@
|
|||
|
||||
Evaluates to @true-elem if all the @racket[expression]s are
|
||||
@|true-elem|. If any @racket[expression] is @|false-elem|, the @and-elem
|
||||
expression immediately evaluates to @false-elem (and the expressions to the
|
||||
expression evaluates to @false-elem (and the expressions to the
|
||||
right of that expression are not evaluated.)
|
||||
|
||||
If any of the expressions evaluate to a value other than @true-elem or
|
||||
|
|
Loading…
Reference in New Issue
Block a user