Fix open-input-output-file doc. Closes PR 11371.
This commit is contained in:
parent
e7c252739d
commit
e64f8be932
|
@ -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?)]{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user