We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8685199 + 7dc9928 commit f4acefdCopy full SHA for f4acefd
1 file changed
lib/queue.js
@@ -42,7 +42,7 @@ import queue from './internal/queue';
42
* @property {Function} pause - a function that pauses the processing of tasks
43
* until `resume()` is called. Invoke with `queue.pause()`.
44
* @property {Function} resume - a function that resumes the processing of
45
- * queued tasks when the queue is paused. Invoke with `queue.length()`.
+ * queued tasks when the queue is paused. Invoke with `queue.resume()`.
46
* @property {Function} kill - a function that removes the `drain` callback and
47
* empties remaining tasks from the queue forcing it to go idle. Invoke with `queue.kill()`.
48
*/
0 commit comments