summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/fs.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown
index 542024a17..e69f6937a 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).