diff --git a/doc/api/fs.md b/doc/api/fs.md index 022fa0d2cf2732..5fce6c5c63cbe4 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -378,7 +378,8 @@ fs.appendFile('message.txt', 'data to append', 'utf8', callback); Any specified file descriptor has to have been opened for appending. -_Note: Specified file descriptors will not be closed automatically._ +_Note: If a file descriptor is specified as the `file`, it will not be closed +automatically._ ## fs.appendFileSync(file, data[, options])