Browse Source

doc: fix a typo

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
archived-io.js-v0.10
Nikolai Vavilov 11 years ago
committed by Trevor Norris
parent
commit
79e8f65cb1
  1. 2
      doc/api/stream.markdown

2
doc/api/stream.markdown

@ -1428,7 +1428,7 @@ the options object. Setting `objectMode` mid-stream is not safe.
For Duplex streams `objectMode` can be set exclusively for readable or
writable side with `readableObjectMode` and `writableObjectMode`
respectivly. These options can be used to implement parsers and
respectively. These options can be used to implement parsers and
serializers with Transform streams.
```javascript

Loading…
Cancel
Save