From 7ad3d7b4a654ff45b0fb7798a7d5b97d4c6a3dd9 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 8 May 2009 11:12:55 +0000 Subject: [PATCH] typos svn: r14746 --- collects/scribblings/reference/class.scrbl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/scribblings/reference/class.scrbl b/collects/scribblings/reference/class.scrbl index fb24bba59c..7616f4254f 100644 --- a/collects/scribblings/reference/class.scrbl +++ b/collects/scribblings/reference/class.scrbl @@ -1663,7 +1663,7 @@ Returns @scheme[#t] if @scheme[v] is an interface, @scheme[#f] otherwise.} Returns @scheme[#t] if @scheme[v] is a @tech{generic}, @scheme[#f] otherwise.} -@defproc[(object=? [a object?][b object?]) eq?]{ +@defproc[(object=? [a object?] [b object?]) boolean?]{ Determines if two objects are the same object, or not; this procedure uses @scheme[eq?], but also works properly with contracts.} @@ -1745,7 +1745,6 @@ not including fields whose names are local (i.e., declared with Returns two values, analogous to the return values of @scheme[struct-info]: -K% @itemize[ @item{@scheme[class]: a class or @scheme[#f]; the result is