From e1bfebe7b8b22d31538d10bb38f717937e3f9272 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 12 Mar 2015 17:32:14 -0400 Subject: [PATCH] Fix doc typos for file/resource --- pkgs/racket-doc/file/scribblings/resource.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/file/scribblings/resource.scrbl b/pkgs/racket-doc/file/scribblings/resource.scrbl index d7dd9fb6b5..0deaab729d 100644 --- a/pkgs/racket-doc/file/scribblings/resource.scrbl +++ b/pkgs/racket-doc/file/scribblings/resource.scrbl @@ -21,8 +21,8 @@ @defproc[(get-resource [section string?] [entry string?] - [value-box (or/f #f (box/c (or/c string? bytes? exact-integer?))) #f] - [file (or/c #f fail-path?) #f] + [value-box (or/c #f (box/c (or/c string? bytes? exact-integer?))) #f] + [file (or/c #f path-string?) #f] [#:type type (or/c 'string 'bytes 'integer) _derived-from-value-box]) (or/c #f string? bytes? exact-integer? #t)]{