Fix doc typos for file/resource

This commit is contained in:
Asumu Takikawa 2015-03-12 17:32:14 -04:00
parent 2ce9b40a54
commit e1bfebe7b8

View File

@ -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)]{