Fix typo in fs.writeStream docs

This commit is contained in:
Felix Geisendörfer 2010-03-07 15:33:02 +01:00 committed by Ryan Dahl
parent 209b219b10
commit c47391526c

View File

@ -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
} }