fix more typos
svn: r6501
This commit is contained in:
parent
3ac6ef1d06
commit
04836dbae1
|
@ -13,8 +13,8 @@ An expression of the form
|
|||
|
||||
is a procedure application when @scheme[_proc-expr] is not an
|
||||
identifier that is bound as a transformer. The @scheme[...] in this
|
||||
syntactic sketch means ``zero or more repetitions of the preceeding
|
||||
element;'' that is, zero or more @scheme[_arg-expr]s.
|
||||
syntactic sketch means ``zero or more repetitions of the preceding
|
||||
element.'' Specifically, it means zero or more @scheme[_arg-expr]s.
|
||||
|
||||
A procedure application is evaluated by first evaluating the
|
||||
@scheme[_proc-expr] and all @scheme[_arg-expr]s in order (left to
|
||||
|
|
|
@ -14,8 +14,8 @@ case, a @scheme[lambda] expression has the form
|
|||
]
|
||||
|
||||
The @scheme[...+] in this syntactic sketch means ``one or more
|
||||
repetitions of the preceeding element;'' that is, one or more
|
||||
@scheme[_body-expr]s.
|
||||
repetitions of the preceeding element.'' Specifically, it means one or
|
||||
more @scheme[_body-expr]s.
|
||||
|
||||
A @scheme[lambda] form with @math{n} @scheme[_arg-id]s accepts
|
||||
@math{n} arguments:
|
||||
|
|
|
@ -159,7 +159,7 @@ traditional Scheme environment, but we strongly recommend against using
|
|||
|
||||
Writing definitions outside of a module leads to bad error messages,
|
||||
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
|
||||
environment, which Scheme and Lisp implementations have historically
|
||||
fought with ad hoc command-line flags, compiler directives, and
|
||||
|
|
Loading…
Reference in New Issue
Block a user