Skip to content

Commit

Permalink
doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Oct 2, 2015
1 parent 7671c15 commit acac709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/racket-doc/scribblings/foreign/define.scrbl
Expand Up @@ -23,8 +23,8 @@ the library produced by @racket[ffi-lib-expr]. The syntax of
(code:line #:fail fail-expr)])]

A @racket[define-id] form binds @racket[id] by extracting a binding
with the name @racket[c-id] from the library produced by
@racket[ffi-lib-expr], where @racket[c-id] defaults to @racket[id].
with the name @racket[_c-id] from the library produced by
@racket[ffi-lib-expr], where @racket[_c-id] defaults to @racket[_id].
The other options support further wrapping and configuration:

@itemize[
Expand Down

0 comments on commit acac709

Please sign in to comment.