From fff213f2791bddc426a113c48d6d94f80a2aa6c2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 5 Oct 2011 04:09:10 -0400 Subject: [PATCH] Removed the `plot' collection, in preparation for adding the new one instead. original commit: e01e46b7728cbf52a79f46b873fce009a8291f12 --- collects/mzlib/struct.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/struct.rkt b/collects/mzlib/struct.rkt index eb54208..9e3e79b 100644 --- a/collects/mzlib/struct.rkt +++ b/collects/mzlib/struct.rkt @@ -150,7 +150,7 @@ "expected a parenthesized sequence of property--value pairings after fields" stx)])) - ;; Finally, parse optional inspector expr, again exploting + ;; Finally, parse optional inspector expr, again exploiting ;; `parse-define-struct'. (define (parse-at-inspector id sup-id fields props rest) (let-values ([(_ __ ___ inspector-stx)