Another typo in the docs:
type? -> ctype?
This commit is contained in:
parent
cac1266d05
commit
3364dba903
|
@ -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.}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user