From ba55c935d7fdfcad49f7531af524462b107409ba Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 10 Mar 2014 13:02:09 -0500 Subject: [PATCH] fix contract guide example --- .../scribblings/guide/contracts-general-function.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}