diff --git a/pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-doc/scribblings/reference/contracts.scrbl index 4e2b74a2e5..1f9dffcb0e 100644 --- a/pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -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 @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 -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 is not @racket[eq?] to the input. The result will be a copy for immutable vectors