Skip to content

Commit 3ab9b92

Browse files
René Kooibnoordhuis
René Kooi
authored andcommitted
doc: fix stream _writev header size
PR-URL: #916 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 1f40b2a commit 3ab9b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ the class that defines it, and should not be called directly by user
10671067
programs. However, you **are** expected to override this method in
10681068
your own extension classes.
10691069

1070-
### writable.\_writev(chunks, callback)
1070+
#### writable.\_writev(chunks, callback)
10711071

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

0 commit comments

Comments
 (0)