typo: remove extra period in vectorof docs

This commit is contained in:
Ben Greenman 2017-07-04 13:03:22 -04:00
parent c082d77c97
commit 5917f92ac1

View File

@ -466,7 +466,7 @@ If the @racket[eager] argument is @racket[#t], then immutable vectors are
checked eagerly when @racket[c] is a @tech{flat contract}. If the checked eagerly when @racket[c] is a @tech{flat contract}. If the
@racket[eager] argument is a number @racket[n], then immutable vectors are checked @racket[eager] argument is a number @racket[n], then immutable vectors are checked
eagerly when @racket[c] is a @tech{flat contract} and the length of the vector eagerly when @racket[c] is a @tech{flat contract} and the length of the vector
is less than or equal to @racket[n].}. is less than or equal to @racket[n].}
When a higher-order @racket[vectorof] contract is applied to a vector, the result When a higher-order @racket[vectorof] contract is applied to a vector, the result
is not @racket[eq?] to the input. The result will be a copy for immutable vectors is not @racket[eq?] to the input. The result will be a copy for immutable vectors