From b7361922b1fd231cefa13ff80bfd359f482b5e6e Mon Sep 17 00:00:00 2001 From: yeya Date: Wed, 30 Dec 2020 08:32:33 +0200 Subject: [PATCH] Fix typo: `unshift` instead `unshirt` (#1740) Co-authored-by: Yehuda Y --- dist/async.js | 2 +- docs/v3/docs.html | 2 +- docs/v3/module-ControlFlow.html | 2 +- docs/v3/queue.js.html | 2 +- docs/v3/scripts/async.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/async.js b/dist/async.js index 0a4ba72dd..6dd3a82f1 100644 --- a/dist/async.js +++ b/dist/async.js @@ -3081,7 +3081,7 @@ * Invoke with `queue.unshift(task, [callback])`. * @property {AsyncFunction} pushAsync - the same as `q.push`, except this returns * a promise that rejects if an error occurs. - * @property {AsyncFunction} unshirtAsync - the same as `q.unshift`, except this returns + * @property {AsyncFunction} unshiftAsync - the same as `q.unshift`, except this returns * a promise that rejects if an error occurs. * @property {Function} remove - remove items from the queue that match a test * function. The test function will be passed an object with a `data` property, diff --git a/docs/v3/docs.html b/docs/v3/docs.html index 5655ab247..ddfa6c229 100644 --- a/docs/v3/docs.html +++ b/docs/v3/docs.html @@ -15605,7 +15605,7 @@
Properties:
- unshirtAsync + unshiftAsync diff --git a/docs/v3/module-ControlFlow.html b/docs/v3/module-ControlFlow.html index fb16cd328..0b41c934c 100644 --- a/docs/v3/module-ControlFlow.html +++ b/docs/v3/module-ControlFlow.html @@ -6476,7 +6476,7 @@
Properties:
- unshirtAsync + unshiftAsync diff --git a/docs/v3/queue.js.html b/docs/v3/queue.js.html index b213ef527..d4d00de4f 100644 --- a/docs/v3/queue.js.html +++ b/docs/v3/queue.js.html @@ -106,7 +106,7 @@

queue.js

* Invoke with `queue.unshift(task, [callback])`. * @property {AsyncFunction} pushAsync - the same as `q.push`, except this returns * a promise that rejects if an error occurs. - * @property {AsyncFunction} unshirtAsync - the same as `q.unshift`, except this returns + * @property {AsyncFunction} unshiftAsync - the same as `q.unshift`, except this returns * a promise that rejects if an error occurs. * @property {Function} remove - remove items from the queue that match a test * function. The test function will be passed an object with a `data` property, diff --git a/docs/v3/scripts/async.js b/docs/v3/scripts/async.js index 0a4ba72dd..6dd3a82f1 100644 --- a/docs/v3/scripts/async.js +++ b/docs/v3/scripts/async.js @@ -3081,7 +3081,7 @@ * Invoke with `queue.unshift(task, [callback])`. * @property {AsyncFunction} pushAsync - the same as `q.push`, except this returns * a promise that rejects if an error occurs. - * @property {AsyncFunction} unshirtAsync - the same as `q.unshift`, except this returns + * @property {AsyncFunction} unshiftAsync - the same as `q.unshift`, except this returns * a promise that rejects if an error occurs. * @property {Function} remove - remove items from the queue that match a test * function. The test function will be passed an object with a `data` property,