Another typo in the docs:

type? -> ctype?
This commit is contained in:
Leif Andersen 2017-06-01 15:37:16 -04:00
parent cac1266d05
commit 3364dba903

View File

@ -11,7 +11,7 @@ using values from @racket[lst] and the given @racket[type]. The
according to the given @racket[type].}
@defproc[(vector->cblock [vec vector?] [type type?]) any]{
@defproc[(vector->cblock [vec vector?] [type ctype?]) any]{
Like @racket[list->cblock], but for Racket vectors.}