We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd79ac commit 4066d63Copy full SHA for 4066d63
src/byte_streams.clj
@@ -310,7 +310,7 @@
310
`append?` - if a file is being written to, `:append?` determines whether the bytes will overwrite the existing content
311
or be appended to the end of the file. This defaults to true.
312
313
- `close?` - whether the sink should be closed once the transfer is done, defaults to true."
+ `close?` - whether the sink and source should be closed once the transfer is done, defaults to true."
314
([source sink]
315
(transfer source sink nil))
316
([source sink options]
0 commit comments