Browse Source

doc: fix missing Class in header

v0.10.7-release
Ryuichi Okumura 12 years ago
committed by Ben Noordhuis
parent
commit
4cd643ee2d
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -695,7 +695,7 @@ some position past the beginning of the file. Modifying a file rather
than replacing it may require a `flags` mode of `r+` rather than the
default mode `w`.
## fs.WriteStream
## Class: fs.WriteStream
`WriteStream` is a [Writable Stream](stream.html#stream_class_stream_writable).

Loading…
Cancel
Save