File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
234234cond-clauses and expression, which the expression of the @racket[else ]
235235clause. 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
240240The @racket[Case] AST node contains three things: an expression that
241241is the subject of the dispatch (i.e. the expression that is evaluated
You can’t perform that action at this time.
0 commit comments