Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfs.js')
-rw-r--r--lib/rfs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfs.js b/lib/rfs.js
index f76a835..0fbc332 100644
--- a/lib/rfs.js
+++ b/lib/rfs.js
@@ -72,7 +72,7 @@ module.exports = class {
// invoking the callback for each.
parsed.walk(node => {
// Since we only want to transform rfs() values,
- // we can ignore anything else.
+ // we can ignore everything else.
if (node.type !== 'function' && node.value !== this.opts.functionName) {
return;
}