From 14d181ddef75ee76b578a9f52d2ef11a2baa8d15 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 5 Jul 2010 18:27:10 -0400 Subject: [PATCH] minor typo fix --- collects/scribblings/scribble/reader.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/reader.scrbl b/collects/scribblings/scribble/reader.scrbl index da1901cee4..ca02c0d9a0 100644 --- a/collects/scribblings/scribble/reader.scrbl +++ b/collects/scribblings/scribble/reader.scrbl @@ -141,7 +141,7 @@ expressions. }===| 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 @racket[quote]: