Skip to content

Commit f4acefd

Browse files
authored
Merge pull request caolan#1222 from scottarver/master
Update queue.js documentation
2 parents 8685199 + 7dc9928 commit f4acefd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/queue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import queue from './internal/queue';
4242
* @property {Function} pause - a function that pauses the processing of tasks
4343
* until `resume()` is called. Invoke with `queue.pause()`.
4444
* @property {Function} resume - a function that resumes the processing of
45-
* queued tasks when the queue is paused. Invoke with `queue.length()`.
45+
* queued tasks when the queue is paused. Invoke with `queue.resume()`.
4646
* @property {Function} kill - a function that removes the `drain` callback and
4747
* empties remaining tasks from the queue forcing it to go idle. Invoke with `queue.kill()`.
4848
*/

0 commit comments

Comments
 (0)