Skip to content

Commit

Permalink
doc: minor argument formatting in stream.markdown
Browse files Browse the repository at this point in the history
Fixes: #4350
PR-URL: #6016
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Roman Klauke <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
jasnell authored and Myles Borins committed May 3, 2016
1 parent 91d6d3d commit 4b8e2bd
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 @@ -201,7 +201,7 @@ readable.on('end', () => {

#### Event: 'error'

* {Error Object}
* {Error}

Emitted if there was an error receiving data.

Expand Down

0 comments on commit 4b8e2bd

Please sign in to comment.