doc: fix stream `_writev` header size
authorRené Kooi <rene@kooi.me>
Sat, 21 Feb 2015 19:10:03 +0000 (20:10 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 21 Feb 2015 20:36:44 +0000 (21:36 +0100)
PR-URL: https://github.com/iojs/io.js/pull/916
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/stream.markdown

index 6df99ab..e8dc938 100644 (file)
@@ -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: ... }`.