doc: fix a typo
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
This commit is contained in:
parent
f7ede33f09
commit
79e8f65cb1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user