From cb78ec3bf6d57b283ef297f21d028038078994bf Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 28 Aug 2009 04:06:14 +0000 Subject: [PATCH] a bunch of typos svn: r15823 --- collects/scribblings/reference/sandbox.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/sandbox.scrbl b/collects/scribblings/reference/sandbox.scrbl index 9bb37c4386..5d38e34fac 100644 --- a/collects/scribblings/reference/sandbox.scrbl +++ b/collects/scribblings/reference/sandbox.scrbl @@ -312,10 +312,10 @@ hook is used after that initialization, so it can override settings.} @defparam[sandbox-reader proc (any/c . -> . any)]{ -A parameter that determines a function to reads all expressions from +A parameter that specifies a function that reads all expressions from @scheme[(current-input-port)]. The function is used to read program -source for an evaluator when a string. byte string, or port is -supplies. The reader function receives a value to be used as input +source for an evaluator when a string, byte string, or port is +supplied. The reader function receives a value to be used as input source (i.e., the first argument to @scheme[read-syntax]), and it should return a list of @tech{syntax objects}. The default reader calls @scheme[read-syntax], accumulating results in a list until it