From f75c641bb80dd790a814e0bd5d0263c137efc49f Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Tue, 19 Feb 2019 11:39:26 +0100 Subject: [PATCH] Fix typo in ffi docs --- pkgs/racket-doc/scribblings/foreign/types.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/foreign/types.scrbl b/pkgs/racket-doc/scribblings/foreign/types.scrbl index 11a7901cdb..2cf66720bb 100644 --- a/pkgs/racket-doc/scribblings/foreign/types.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/types.scrbl @@ -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")