typoe (pr9575)

svn: r10583
This commit is contained in:
Eli Barzilay 2008-07-03 19:25:55 +00:00
parent 843ad2b39a
commit f7d01b346c

View File

@ -131,7 +131,7 @@ the elements of @scheme[vec] from @scheme[start-pos] (inclusive) to
@exnraise[exn:fail:contract].}
@defproc[(build-vector [n exact-nonnegative-integer?]
[proc (exact-nonnegative-integer? . -> . any.c)])
[proc (exact-nonnegative-integer? . -> . any/c)])
vector?]{
Creates a vector of @scheme[n] elements by applying @scheme[proc] to