small fix to plural

This commit is contained in:
Danny Yoo 2011-08-10 12:21:38 -04:00 committed by Vincent St-Amour
parent 66be55215a
commit b72977963c

View File

@ -291,7 +291,7 @@ special case of the @racket[syntax-id-rules] form with errors in the
@section{Macro-Generating Macros} @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 like to redirect to accessor and mutator functions like
@racket[get-clock] and @racket[put-clock!]. We'd like to be able to @racket[get-clock] and @racket[put-clock!]. We'd like to be able to
just write just write