Fixed documentation for cblock->vector.
It defined cblock->vector as cblock->vector, rather than comparing it cblock->list.
This commit is contained in:
parent
69fb636a1c
commit
cac1266d05
|
@ -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.}
|
||||
|
|
Loading…
Reference in New Issue
Block a user