Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Norris <trev.norris@gmail.com>
  • Loading branch information
seishun authored and trevnorris committed May 7, 2014
1 parent f7ede33 commit 79e8f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79e8f65

Please sign in to comment.