From e0a89b16e09eba550fa01d6efe0d6adbe8aadc86 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 31 Aug 2008 18:17:51 +0000 Subject: [PATCH] typo svn: r11499 --- collects/scribblings/foreign/types.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/foreign/types.scrbl b/collects/scribblings/foreign/types.scrbl index d9b0d5d370..236d406d65 100644 --- a/collects/scribblings/foreign/types.scrbl +++ b/collects/scribblings/foreign/types.scrbl @@ -427,7 +427,7 @@ to specify wrapper arguments that are not sent to the foreign function (e.g., an argument that is used for processing the foreign output).} -@defform/subs[#:literals (i io io) +@defform/subs[#:literals (i o io) (_ptr mode type-expr) ([mode i o io])]{