doc: typos in file/gif and file/unzip contracts

- missing `for-label` in `file/gif`
- typo in `file/unzip`
This commit is contained in:
Ben Greenman 2017-07-09 11:34:04 -04:00 committed by Vincent St-Amour
parent 1a81f205cc
commit 5c382d7162
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#lang scribble/doc
@(require scribble/manual
@(require "common.rkt"
scribble/extract
(for-label file/gif))

View File

@ -165,7 +165,7 @@ If @racket[entry] is not in @racket[zipdir], an
#:changed "6.0.1.12" @elem{Added the @racket[#:utc-timestamps?] argument.}]}
@defproc[(call-with-unzip-entry [in path-string? input-port]
@defproc[(call-with-unzip-entry [in (or/c path-string? input-port?)]
[entry path-string?]
[proc (-> path-string? any)])
any]{