Fix typo in ffi docs

This commit is contained in:
Paulo Matos 2019-02-19 11:39:26 +01:00 committed by Matthew Flatt
parent 490105ed53
commit f75c641bb8

View File

@ -1711,7 +1711,7 @@ enumeration maps between a symbol in the given @racket[symbols] list and
corresponding integers, counting from @racket[0].
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[
(code:comment "example sdl call")