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.
2 parents 5222aed + a397be7 commit 2e6a752Copy full SHA for 2e6a752
readme.markdown
@@ -296,7 +296,7 @@ operating system pipes but are automatic when we interface directly with node
296
streams the whole time.
297
298
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
+just strings and buffers, make sure to create your readable stream with
300
`Readable({ objectMode: true })`.
301
302
### consuming a readable stream
0 commit comments