Skip to content

Commit 2e6a752

Browse files
author
James Halliday
committed
Merge branch 'master' of github.com:substack/stream-handbook
2 parents 5222aed + a397be7 commit 2e6a752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ operating system pipes but are automatic when we interface directly with node
296296
streams the whole time.
297297

298298
If you want to create a readable stream that pushes arbitrary values instead of
299-
just strings and objects, make sure to create your readable stream with
299+
just strings and buffers, make sure to create your readable stream with
300300
`Readable({ objectMode: true })`.
301301

302302
### consuming a readable stream

0 commit comments

Comments
 (0)