argument typo

svn: r12359
This commit is contained in:
Eli Barzilay 2008-11-09 01:59:00 +00:00
parent 0dcf6dc0ee
commit 5c2e2c25c5

View File

@ -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].}