From 7b7e078a4a08feef9920b9947d8993796051b405 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 11 Oct 2014 07:12:28 -0600 Subject: [PATCH] fix doc typo Reported by Roman Klochkov --- .../racket-doc/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl index ff26ef6c78..b28b248a2a 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl @@ -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]{