fix doc typo

Reported by Roman Klochkov
This commit is contained in:
Matthew Flatt 2014-10-11 07:12:28 -06:00
parent c754bbc54f
commit 7b7e078a4a

View File

@ -1101,7 +1101,7 @@ see @racket[open-output-file]) and to delete it when it is no longer
needed.}
@defproc[(call-with-atomic-output-file [file path-string?]
[proc ([port input-port?] [tmp-path path?] . -> . any)]
[proc ([port output-port?] [tmp-path path?] . -> . any)]
[#:security-guard security-guard (or/c #f security-guard?) #f])
any]{