doc: fix a typo

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
This commit is contained in:
Nikolai Vavilov 2014-04-30 22:14:59 +03:00 committed by Trevor Norris
parent f7ede33f09
commit 79e8f65cb1

View File

@ -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 For Duplex streams `objectMode` can be set exclusively for readable or
writable side with `readableObjectMode` and `writableObjectMode` 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. serializers with Transform streams.
```javascript ```javascript