From c47391526c171b1d9c3ce389197b9481ebf02fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Sun, 7 Mar 2010 15:33:02 +0100 Subject: [PATCH] Fix typo in fs.writeStream docs --- doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.txt b/doc/api.txt index 752eecf165..6695699c14 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 }