typed racket doc typo
This commit is contained in:
parent
6f1eff8d2a
commit
6cdc59aa9f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user