typed racket doc typo

This commit is contained in:
Stephen Chang 2016-11-03 15:55:22 -04:00 committed by GitHub
parent 6f1eff8d2a
commit 6cdc59aa9f

View File

@ -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)