Fix typo in ffi docs
This commit is contained in:
parent
490105ed53
commit
f75c641bb8
|
@ -1711,7 +1711,7 @@ enumeration maps between a symbol in the given @racket[symbols] list and
|
||||||
corresponding integers, counting from @racket[0].
|
corresponding integers, counting from @racket[0].
|
||||||
|
|
||||||
To call a foreign function that takes an enum as a parameter simply provide
|
To call a foreign function that takes an enum as a parameter simply provide
|
||||||
the symbol of the desiered enum as an argument.
|
the symbol of the desired enum as an argument.
|
||||||
|
|
||||||
@racketblock[
|
@racketblock[
|
||||||
(code:comment "example sdl call")
|
(code:comment "example sdl call")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user