tweak Guide repair

Merge to v5.0
This commit is contained in:
Matthew Flatt 2010-05-30 08:36:55 -06:00
parent 9954fe0290
commit 3b4a950014

View File

@ -117,7 +117,7 @@ Racket programmers prefer to avoid side-effects, so a definition usually
has just one expression in its body. It's
important, though, to understand that multiple expressions are allowed
in a definition body, because it explains why the following
@racket[nobake] function fails to return its argument:
@racket[nobake] function fails to include its argument in its result:
@def+int[
#:eval ex-eval