From d5d28d3357aebec76fac1cff2c5bbe2d6ace4912 Mon Sep 17 00:00:00 2001 From: Kevin Tew Date: Tue, 30 Aug 2011 11:27:18 -0600 Subject: [PATCH] fix [] to {} --- 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 b9b0db7b7a..6e25c0b553 100644 --- a/collects/scribblings/foreign/types.scrbl +++ b/collects/scribblings/foreign/types.scrbl @@ -860,7 +860,7 @@ The resulting bindings are as follows: @item{@racketvarfont{id}@racketidfont{-tag}: the tag object that is used with instances. The tag object may be the symbol form of @racketvarfont{id} or a list of symbols containing the @racketvarfont{id} - symbol and other symbols, such as the @racketvarfont[super-id] symbol.} + symbol and other symbols, such as the @racketvarfont{super-id} symbol.} @item{@racketidfont{make-}@racketvarfont{id} : a constructor, which expects an argument for each type.}