From b72977963c8083704a1a073629df40a29b87f613 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Wed, 10 Aug 2011 12:21:38 -0400 Subject: [PATCH] small fix to plural --- collects/scribblings/guide/pattern-macros.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/pattern-macros.scrbl b/collects/scribblings/guide/pattern-macros.scrbl index 19db616747..b9a22302b5 100644 --- a/collects/scribblings/guide/pattern-macros.scrbl +++ b/collects/scribblings/guide/pattern-macros.scrbl @@ -291,7 +291,7 @@ special case of the @racket[syntax-id-rules] form with errors in the @section{Macro-Generating Macros} -Suppose that we have many identifier like @racket[clock] that we'd +Suppose that we have many identifiers like @racket[clock] that we'd like to redirect to accessor and mutator functions like @racket[get-clock] and @racket[put-clock!]. We'd like to be able to just write