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