From 9f10bc960b1dc4b1e5796c2bf36ca35690c79940 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Mon, 14 Sep 2009 21:13:22 +0000 Subject: [PATCH] typo svn: r16011 --- 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 5d38e34fac..e36db71e3b 100644 --- a/collects/scribblings/reference/sandbox.scrbl +++ b/collects/scribblings/reference/sandbox.scrbl @@ -16,7 +16,7 @@ The @schememodname[scheme/sandbox] module provides utilities for creating ``sandboxed'' evaluators, which are configured in a particular way and can have restricted resources (memory and time), -filesystem and network access, and much. Sandboxed evaluators can be +filesystem and network access, and much more. Sandboxed evaluators can be configured through numerous parameters --- and the defaults are set for the common use case where sandboxes are very limited.