From 783351ffdd7a3e0375cc498555304415935782d9 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 28 Nov 2013 13:23:16 -0600 Subject: [PATCH] fix contract in docs --- pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl index fbb296992b..01f642bbfb 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/raco/setup.scrbl @@ -1186,9 +1186,8 @@ v @defproc[(get-info/full [path path-string?] [#:namespace namespace (or/c namespace? #f) #f] [#:bootstrap? bootstrap? any/c #f]) - (or/c - (symbol? [(-> any)] . -> . any) - #f)]{ + (or/c (->* (symbol?) ((-> any)) any) + #f)]{ Accepts a path to a directory. If it finds either a well-formed an @filepath{info.rkt} file or an @filepath{info.ss} file (with