code-define-id -> core-define-id

Just another small typo.
This commit is contained in:
Leif Andersen 2017-05-25 14:48:53 -04:00
parent 3f61100dcc
commit 8f6ec91fb1
No known key found for this signature in database
GPG Key ID: BB90BDDE4DBF7C16

View File

@ -53,7 +53,7 @@ If @racket[provide-id] is provided to @racket[define-ffi-definer], then
good choice for @racket[provide-id].
If @racket[core-define-id] is provided to @racket[define-ffi-definer],
then @racket[code-define-id] is used in place of @racket[define] in
then @racket[core-define-id] is used in place of @racket[define] in
the expansion of @racket[define-id] for each binding.
If @racket[default-make-fail-expr] is provided to