Fixed documentation for cblock->vector.

It defined cblock->vector as cblock->vector, rather than
comparing it cblock->list.
This commit is contained in:
Leif Andersen 2017-05-31 15:46:54 -04:00
parent 69fb636a1c
commit cac1266d05

View File

@ -96,4 +96,4 @@ there is no way to know where the block ends.}
@defproc[(cblock->vector [cblock any/c] [type ctype?] [length exact-nonnegative-integer?])
vector?]{
Like @racket[cblock->vector], but for Racket vectors.}
Like @racket[cblock->list], but for Racket vectors.}