[racket-dev] Typo in racket reference
http://docs.racket-lang.org/reference/Filesystem.html?q=atomic#%28def._%28%28lib._racket%2Ffile..rkt%29._call-with-atomic-output-file%29%29
proc : ( [ port input-port? ] [ tmp-path path? ] . -> . any )
Should be
proc : ( [ port out put-port? ] [ tmp-path path? ] . -> . any )
because in code it got result of open-output-dile
--
Roman Klochkov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20140921/0f57fff2/attachment.html>