Fix typo in fs.writeStream docs
This commit is contained in:
parent
209b219b10
commit
c47391526c
@ -845,7 +845,7 @@ Returns a new FileWriteStream object.
|
|||||||
+options+ is an object with the following defaults:
|
+options+ is an object with the following defaults:
|
||||||
+
|
+
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
{ "flags": "r"
|
{ "flags": "w"
|
||||||
, "encoding": "binary"
|
, "encoding": "binary"
|
||||||
, "mode": 0666
|
, "mode": 0666
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user