diff --git a/doc/api/fs.md b/doc/api/fs.md index 4ac95d58e20230..792c107a8169d9 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1074,6 +1074,7 @@ of 0.12, `ctime` is not "creation time", and on Unix systems, it never was. +A successful call to `fs.createWriteStream()` will return a new `fs.WriteStream` object. * Extends {stream.Writable}