diff --git a/collects/scribblings/foreign/cvector.scrbl b/collects/scribblings/foreign/cvector.scrbl index 750989d2ee..6c4f2a6a41 100644 --- a/collects/scribblings/foreign/cvector.scrbl +++ b/collects/scribblings/foreign/cvector.scrbl @@ -25,7 +25,8 @@ needed.} @defproc[(make-cvector [type ctype?] [length exact-nonnegative-integer?]) cvector?]{ Allocates a C vector using the given @scheme[type] and -@scheme[length].} +@scheme[length]. The resulting vector is not guaranteed to +contain any particular values.} @defproc[(cvector [type ctype?] [val any/c] ...) cvector?]{