From 4cd643ee2d82d8bc2a4a7feab975b5c451ef692f Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Sun, 7 Apr 2013 17:40:55 +0900 Subject: [PATCH] doc: fix missing Class in header --- doc/api/fs.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 542024a17d4..e69f6937a35 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).