diff options
author | Ryuichi Okumura <okuryu@okuryu.com> | 2013-04-07 17:40:55 +0900 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-05-16 16:56:56 +0200 |
commit | 4cd643ee2d82d8bc2a4a7feab975b5c451ef692f (patch) | |
tree | 69900bb3d94f8518403b062dcd9f719979c2d531 /doc | |
parent | b06c82fd8825d1fb33dc40abf9448a16fef1fbca (diff) | |
download | node-new-4cd643ee2d82d8bc2a4a7feab975b5c451ef692f.tar.gz |
doc: fix missing Class in header
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/fs.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 542024a17d..e69f6937a3 100644 --- a/doc/api/fs.markdown +++ b/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). |