From 5c2e2c25c50bded84a50e98b95878b748d1e9f74 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 9 Nov 2008 01:59:00 +0000 Subject: [PATCH] argument typo svn: r12359 --- collects/scribblings/reference/sandbox.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/sandbox.scrbl b/collects/scribblings/reference/sandbox.scrbl index 87f3780709..cd67f751dd 100644 --- a/collects/scribblings/reference/sandbox.scrbl +++ b/collects/scribblings/reference/sandbox.scrbl @@ -638,7 +638,7 @@ timeouts and memory problems. Use @scheme[call-with-limits] directly only to limit a whole testing session, instead of each expression.} -@defform[(with-limits mb-expr body-expr body ...)]{ +@defform[(with-limits sec-expr mb-expr body ...)]{ A macro version of @scheme[call-with-limits].}