diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-general-function.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-general-function.scrbl index 5d9cce79b7..f4c0b3d586 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-general-function.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-general-function.scrbl @@ -602,7 +602,7 @@ glance, this appears to suggest a contract that assigns a @italic{variable-arity} to @racket[proc]: @racketblock[ (->* () - (listof any/c) + #:rest (listof any/c) (or/c number? false/c)) ] This contract, however, says that the function must accept @emph{any}