From d13afa0f78883a29ab35e3be6ee58619d7806282 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Tue, 22 Oct 2013 15:49:58 -0400 Subject: [PATCH] Fix sandbox docs This sentence appears to be the result of a copy+paste error --- .../racket-doc/scribblings/reference/sandbox.scrbl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/sandbox.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/sandbox.scrbl index ba7cd242be..2d318e3fe2 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/sandbox.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/sandbox.scrbl @@ -293,9 +293,7 @@ used from a module (by using a new namespace): A predicate and accessor for exceptions that are raised when a sandbox is terminated. Once a sandbox raises such an exception, it will continue to raise it on further evaluation attempts. - -@racket[call-with-limits]. The @racket[resource] field holds a symbol, -either @racket['time] or @racket['memory].} +} @; ----------------------------------------------------------------------