Skip to content

Commit

Permalink
sentence fix (#1581)
Browse files Browse the repository at this point in the history
Just a little thing I noticed :)
  • Loading branch information
baboquivari authored and aearly committed Sep 21, 2018
1 parent 74adae1 commit df41256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue.js
Expand Up @@ -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
Expand Down

0 comments on commit df41256

Please sign in to comment.