summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony <to.sian.san@gmail.com>2018-09-21 18:20:53 +0100
committerAlex Early <alexander.early@gmail.com>2018-09-21 10:20:53 -0700
commitdf41256f49c9bb3126e035c95aca7860329b6acf (patch)
tree2406ae453773817593fdce931b4fb20cb6cd9eed
parent74adae1c02ced2141504a5e7938b63bee07ddc8d (diff)
downloadasync-df41256f49c9bb3126e035c95aca7860329b6acf.tar.gz
sentence fix (#1581)
Just a little thing I noticed :)
-rw-r--r--lib/queue.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/queue.js b/lib/queue.js
index 0fa7b96..4462f80 100644
--- a/lib/queue.js
+++ b/lib/queue.js
@@ -84,7 +84,7 @@ import wrapAsync from './internal/wrapAsync';
* @param {number} [concurrency=1] - An `integer` for determining how many
* `worker` functions should be run in parallel. If omitted, the concurrency
* defaults to `1`. If the concurrency is `0`, an error is thrown.
- * @returns {module:ControlFlow.QueueObject} A queue object to manage the tasks. Callbacks can
+ * @returns {module:ControlFlow.QueueObject} A queue object to manage the tasks. Callbacks can be
* attached as certain properties to listen for specific events during the
* lifecycle of the queue.
* @example