diff --git a/typed-racket-doc/typed-racket/scribblings/reference/types.scrbl b/typed-racket-doc/typed-racket/scribblings/reference/types.scrbl index bf689007..aff809dd 100644 --- a/typed-racket-doc/typed-racket/scribblings/reference/types.scrbl +++ b/typed-racket-doc/typed-racket/scribblings/reference/types.scrbl @@ -364,7 +364,7 @@ corresponding to @racket[trest], where @racket[bound] } @defform[(Vectorof t)]{Homogenous @rtech{vectors} of @racket[t]} -@defform[(Vector t ...)]{is the type of the list with one element, in order, +@defform[(Vector t ...)]{is the type of the vector with one element, in order, for each type provided to the @racket[Vector] type constructor. @ex[(vector 1 2 3)