From cd85479afcbcbfcc7933f1e77e2b39d3dfa2e293 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 25 Apr 2008 23:15:25 +0000 Subject: [PATCH] typoe (PR 9301) svn: r9485 --- collects/scribblings/reference/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 7f0bc6fabf..6cc8d5560a 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -722,7 +722,7 @@ result of @scheme[val-expr]. If no such @scheme[datum] is present, the For the selected @scheme[case-clause], the results of the last @scheme[then-expr], which is in tail position with respect to the -@scheme[cond] form, are the results for the whole @scheme[cond] form. +@scheme[case] form, are the results for the whole @scheme[case] form. A @scheme[case-clause] that starts with @scheme[else] must be the last @scheme[case-clause].