summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/call-limit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/call-limit/README.md')
-rw-r--r--deps/npm/node_modules/call-limit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/call-limit/README.md b/deps/npm/node_modules/call-limit/README.md
index 5b5c7264e4..62086b6849 100644
--- a/deps/npm/node_modules/call-limit/README.md
+++ b/deps/npm/node_modules/call-limit/README.md
@@ -27,7 +27,7 @@ const 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