Skip to content

Commit 4066d63

Browse files
authored
Update docstring on transfer function. (#44)
1 parent 5cd79ac commit 4066d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/byte_streams.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
`append?` - if a file is being written to, `:append?` determines whether the bytes will overwrite the existing content
311311
or be appended to the end of the file. This defaults to true.
312312
313-
`close?` - whether the sink should be closed once the transfer is done, defaults to true."
313+
`close?` - whether the sink and source should be closed once the transfer is done, defaults to true."
314314
([source sink]
315315
(transfer source sink nil))
316316
([source sink options]

0 commit comments

Comments
 (0)