fix more typos

svn: r6501
This commit is contained in:
Matthew Flatt 2007-06-06 07:22:52 +00:00
parent 3ac6ef1d06
commit 04836dbae1
3 changed files with 5 additions and 5 deletions

View File

@ -13,8 +13,8 @@ An expression of the form
is a procedure application when @scheme[_proc-expr] is not an is a procedure application when @scheme[_proc-expr] is not an
identifier that is bound as a transformer. The @scheme[...] in this identifier that is bound as a transformer. The @scheme[...] in this
syntactic sketch means ``zero or more repetitions of the preceeding syntactic sketch means ``zero or more repetitions of the preceding
element;'' that is, zero or more @scheme[_arg-expr]s. element.'' Specifically, it means zero or more @scheme[_arg-expr]s.
A procedure application is evaluated by first evaluating the A procedure application is evaluated by first evaluating the
@scheme[_proc-expr] and all @scheme[_arg-expr]s in order (left to @scheme[_proc-expr] and all @scheme[_arg-expr]s in order (left to

View File

@ -14,8 +14,8 @@ case, a @scheme[lambda] expression has the form
] ]
The @scheme[...+] in this syntactic sketch means ``one or more The @scheme[...+] in this syntactic sketch means ``one or more
repetitions of the preceeding element;'' that is, one or more repetitions of the preceeding element.'' Specifically, it means one or
@scheme[_body-expr]s. more @scheme[_body-expr]s.
A @scheme[lambda] form with @math{n} @scheme[_arg-id]s accepts A @scheme[lambda] form with @math{n} @scheme[_arg-id]s accepts
@math{n} arguments: @math{n} arguments:

View File

@ -159,7 +159,7 @@ traditional Scheme environment, but we strongly recommend against using
Writing definitions outside of a module leads to bad error messages, Writing definitions outside of a module leads to bad error messages,
bad performance, and awkward scripting to combine and run bad performance, and awkward scripting to combine and run
programs. The problems are not in @exec{mzscheme}'s implementation; programs. The problems are not specific to @exec{mzscheme};
they're fundamental limitations of the traditional top-level they're fundamental limitations of the traditional top-level
environment, which Scheme and Lisp implementations have historically environment, which Scheme and Lisp implementations have historically
fought with ad hoc command-line flags, compiler directives, and fought with ad hoc command-line flags, compiler directives, and