doc: fix missing Class in header

This commit is contained in:
Ryuichi Okumura 2013-04-07 17:40:55 +09:00 committed by Ben Noordhuis
parent b06c82fd88
commit 4cd643ee2d

View File

@ -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).