small fix to plural
This commit is contained in:
parent
66be55215a
commit
b72977963c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user