From 8ad09dee8e1d496e91730ab1d385cd3d57fbd227 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Tue, 28 Aug 2012 23:34:54 -0400 Subject: [PATCH] fix bug typo closes PR 13055 --- collects/syntax/scribblings/parse/stxclasses.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/syntax/scribblings/parse/stxclasses.scrbl b/collects/syntax/scribblings/parse/stxclasses.scrbl index 2a460d99f4..843cc140da 100644 --- a/collects/syntax/scribblings/parse/stxclasses.scrbl +++ b/collects/syntax/scribblings/parse/stxclasses.scrbl @@ -77,7 +77,7 @@ is rejected by the syntax class, an error of the form the result is @racket[#f], the syntax class is skipped in the search for a description to report. -If the option is not given absent, the name of the syntax class is +If the option is not given, the name of the syntax class is used instead. }