better wording

This commit is contained in:
ZECTBynmo 2013-04-18 23:13:36 -04:00
parent 14063d8fc3
commit 6c4e267bd1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ The Synchronous version still uses callbacks, so it is safe to use with other As
options = { options = {
followLinks: false, followLinks: false,
// asyncFilters: ["Temp", "_Temp"] // directories with these // asyncFilters: ["Temp", "_Temp"] // directories with these
// keys will be ignored // keys will be skipped
}; };
walker = walk.walk("/tmp", options); walker = walk.walk("/tmp", options);