Fix one "PLT" that should be "Racket"
Merge to v5.0 if convenient
This commit is contained in:
parent
2b7797ad17
commit
f94b727118
|
@ -43,7 +43,7 @@ particular, use @scheme[#f] to access C-level functionality exported
|
|||
by the run-time system (as described in @|InsideRacket|).
|
||||
|
||||
Note: @scheme[ffi-lib] tries to look for the library file in a few
|
||||
places, including the PLT libraries (see @scheme[get-lib-search-dirs]),
|
||||
places, including the Racket libraries path (see @scheme[get-lib-search-dirs]),
|
||||
a relative path, or a system search. When @scheme[version] is a list,
|
||||
different versions are tried through each route before continuing the
|
||||
search with other routes. However, if @cpp{dlopen} cannot open a
|
||||
|
|
Loading…
Reference in New Issue
Block a user