From 481a92f272e4a95799f1cfd862ecec38cd50befd Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Mon, 12 Sep 2011 17:12:06 -0400 Subject: [PATCH] fixed and/or documentation, Closes PR 12197 --- collects/scribblings/htdp-langs/prim-ops.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/htdp-langs/prim-ops.rkt b/collects/scribblings/htdp-langs/prim-ops.rkt index f28387178d..7157961de3 100644 --- a/collects/scribblings/htdp-langs/prim-ops.rkt +++ b/collects/scribblings/htdp-langs/prim-ops.rkt @@ -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