From 68460e72c74e6b1a31de6370f0b9057fadb801bd Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 3 Feb 2014 12:42:26 -0500 Subject: [PATCH] Doc typo. --- pkgs/racket-pkgs/racket-doc/scribblings/reference/class.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/class.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/class.scrbl index 53e469b63c..7b3c6409c3 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/class.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/class.scrbl @@ -2008,7 +2008,7 @@ As with the external contracts, when a method or field name is specified ]} -@defform[(absent abspent-spec ...)]{ +@defform[(absent absent-spec ...)]{ See @racket[class/c]; use outside of a @racket[class/c] form is a syntax error. }