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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/call-limit/README.md')
-rw-r--r--node_modules/call-limit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/call-limit/README.md b/node_modules/call-limit/README.md
index dc4f081dc..590ca419e 100644
--- a/node_modules/call-limit/README.md
+++ b/node_modules/call-limit/README.md
@@ -27,7 +27,7 @@ var limit = require('call-limit')
### limit(func, maxRunning) → limitedFunc
-The returned function will execute up to maxRunning calls of `func` at once.
+The returned function will execute up to maxRunning calls of `func` at once.
Beyond that they get queued and called when the previous call completes.
`func` must accept a callback as the final argument and must call it when