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 }