Browse Source

Fix typo in fs.writeStream docs

v0.7.4-release
Felix Geisendörfer 15 years ago
committed by Ryan Dahl
parent
commit
c47391526c
  1. 2
      doc/api.txt

2
doc/api.txt

@ -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…
Cancel
Save