another doc fix (missed part of PR 10214)

svn: r14586
This commit is contained in:
Matthew Flatt 2009-04-22 18:32:09 +00:00
parent 43fe904fe5
commit 3f803b2298

View File

@ -211,7 +211,7 @@ Similar to @scheme[map], except that
@item{the result of the first applciation of @scheme[proc] to produces a @item{the result of the first applciation of @scheme[proc] to produces a
value other than @scheme[#f], in which case @scheme[proc] is not value other than @scheme[#f], in which case @scheme[proc] is not
applied to later elements of the @scheme[lst]s; more specifically, applied to later elements of the @scheme[lst]s;
the application of @scheme[proc] to the last elements in the the application of @scheme[proc] to the last elements in the
@scheme[lst]s is in tail position with respect to the @scheme[lst]s is in tail position with respect to the
@scheme[ormap] call.} @scheme[ormap] call.}