Skip to content

Commit 978acad

Browse files
committed
Handedness mixup.
1 parent 187dee9 commit 978acad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/assignments/3.scrbl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ There are two new kinds of expression constructors: @racket[Cond] and
233233
@racket[Case]. A @racket[Cond] AST node contains a list of
234234
cond-clauses and expression, which the expression of the @racket[else]
235235
clause. Each cond-clause is represented by a @racket[Clause]
236-
structure containing two expressions: the right-hand-side of the
237-
clause which is used to determine whether the left-hand-side is
238-
evaluated, and the left-hand-side expression.
236+
structure containing two expressions: the left-hand-side of the
237+
clause which is used to determine whether the right-hand-side is
238+
evaluated, and the right-hand-side expression.
239239

240240
The @racket[Case] AST node contains three things: an expression that
241241
is the subject of the dispatch (i.e. the expression that is evaluated

0 commit comments

Comments
 (0)