summaryrefslogtreecommitdiff
path: root/doc/api.txt
diff options
context:
space:
mode:
authorFelix Geisendörfer <felix@debuggable.com>2010-03-07 15:33:02 +0100
committerRyan Dahl <ry@tinyclouds.org>2010-03-08 09:05:31 -0800
commitc47391526c171b1d9c3ce389197b9481ebf02fe3 (patch)
tree042bc798058a28743bffaa6e73f0d45664a1b902 /doc/api.txt
parent209b219b10cde8e225660baea3653645e8c0571c (diff)
downloadnode-c47391526c171b1d9c3ce389197b9481ebf02fe3.tar.gz
Fix typo in fs.writeStream docs
Diffstat (limited to 'doc/api.txt')
-rw-r--r--doc/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.txt b/doc/api.txt
index 752eecf16..6695699c1 100644
--- a/doc/api.txt
+++ b/doc/api.txt
@@ -845,7 +845,7 @@ Returns a new FileWriteStream object.
+options+ is an object with the following defaults:
+
----------------------------------------
-{ "flags": "r"
+{ "flags": "w"
, "encoding": "binary"
, "mode": 0666
}