diff options
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). |