Skip to content

Commit fd8baf1

Browse files
committed
Comment tweak
1 parent a49942e commit fd8baf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zip_kit/streamer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# * `Array` - will contain binary strings
99
# * `File` - data will be written to it as it gets generated
1010
# * `IO` (`Socket`, `StringIO`) - data gets written into it
11-
# , `IO`, `Socket` and even an unfrozen `String`...
11+
# * `String` - in binary encoding and unfrozen - also makes a decent output target
1212
#
1313
# or anything else that responds to `#<<` or `#write`.
1414
#

0 commit comments

Comments
 (0)