File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7147,8 +7147,8 @@ added: v0.1.93
71477147
71487148* Extends: {stream.Readable}
71497149
7150- ` fs .ReadStream ` is not to be constructed directly; use
7151- [` fs .createReadStream ()` ][] instead .
7150+ Instances of { fs.ReadStream} cannot be constructed directly. They are created and
7151+ returned using the [` fs .createReadStream ()` ][] function .
71527152
71537153#### Event: ` ' close' `
71547154
@@ -7918,8 +7918,8 @@ added: v0.1.93
79187918
79197919* Extends {stream.Writable}
79207920
7921- ` fs .WriteStream ` is not to be constructed directly; use
7922- [` fs .createWriteStream ()` ][] instead .
7921+ Instances of { fs.WriteStream} cannot be constructed directly. They are created and
7922+ returned using the [` fs .createWriteStream ()` ][] function .
79237923
79247924#### Event: ` ' close' `
79257925
You can’t perform that action at this time.
0 commit comments