This commit is contained in:
Robby Findler 2010-12-24 13:36:31 -06:00
parent 7ac268e4da
commit 519eb580b2

View File

@ -10,7 +10,7 @@ from @as-index{shared objects} (a.k.a. @defterm{@as-index{shared
libraries}} or @defterm{@as-index{dynamically loaded libraries}}). The
@scheme[ffi-lib] function loads a shared object.
@defproc[(ffi-lib? [v any/c]) boolean>]{
@defproc[(ffi-lib? [v any/c]) boolean?]{
Returns @scheme[#t] if @scheme[v] is the result of @scheme[ffi-lib],
@scheme[#f] otherwise.}