minor typo fix

This commit is contained in:
Eli Barzilay 2010-07-05 18:27:10 -04:00
parent 0b9409d3b6
commit 14d181ddef

View File

@ -141,7 +141,7 @@ expressions.
}===| }===|
The command part of an @"@"-form is optional as well. In that case, The command part of an @"@"-form is optional as well. In that case,
the @"@" forms is read as a list, which usually counts as a function the @"@" form is read as a list, which usually counts as a function
application, but it also useful when quoted with the usual Racket application, but it also useful when quoted with the usual Racket
@racket[quote]: @racket[quote]: