Skip to content

Commit

Permalink
doc: fix stream _writev header size
Browse files Browse the repository at this point in the history
PR-URL: #916
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
René Kooi authored and bnoordhuis committed Feb 21, 2015
1 parent 1f40b2a commit 3ab9b92
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 @@ -1067,7 +1067,7 @@ the class that defines it, and should not be called directly by user
programs. However, you **are** expected to override this method in
your own extension classes.

### writable.\_writev(chunks, callback)
#### writable.\_writev(chunks, callback)

* `chunks` {Array} The chunks to be written. Each chunk has following
format: `{ chunk: ..., encoding: ... }`.
Expand Down

0 comments on commit 3ab9b92

Please sign in to comment.