documentation update

pull/223/head
Ruben Daniels 2015-10-19 19:05:10 -07:00
rodzic 4ea9e47751
commit ac33a79549
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -347,7 +347,7 @@ define(function(require, exports, module) {
* @param {String} path the path of the directory to get the listing from
* @param {Function} callback called after the file listing is read
* @param {Error} callback.err the error information returned by the operation
* @param {String[]} callback.files a list of strings containing the filenames of the files in the directory
* @param {Stat[]} callback.files a list of stat objects (See fs.stat) containing the file information of the files in the directory
* @fires error
*/
readdir: api.readdir,