Fix open-input-output-file doc. Closes PR 11371.

This commit is contained in:
Vincent St-Amour 2010-11-22 17:42:15 -05:00
parent e7c252739d
commit e64f8be932

View File

@ -192,7 +192,7 @@ A @tech{path} value that is the @tech{cleanse}d version of
@defproc[(open-input-output-file [path path-string?]
[#:mode mode-flag (or/c 'binary 'text) 'binary]
[#:exists exists-flag (or/c 'error 'append 'update
[#:exists exists-flag (or/c 'error 'append 'update 'can-update
'replace 'truncate 'truncate/replace) 'error])
(values input-port? output-port?)]{