summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryeya <yeya@users.noreply.github.com>2020-12-30 08:32:33 +0200
committerGitHub <noreply@github.com>2020-12-29 22:32:33 -0800
commitb7361922b1fd231cefa13ff80bfd359f482b5e6e (patch)
treece8d265ebe1b268a4afaa4f1dbd7f5b66bb08f0b
parentd589a517534ad33e6cac92108f9be603814f0996 (diff)
downloadasync-b7361922b1fd231cefa13ff80bfd359f482b5e6e.tar.gz
Fix typo: `unshift` instead `unshirt` (#1740)
Co-authored-by: Yehuda Y <yehuda@zyx.bz>
-rw-r--r--dist/async.js2
-rw-r--r--docs/v3/docs.html2
-rw-r--r--docs/v3/module-ControlFlow.html2
-rw-r--r--docs/v3/queue.js.html2
-rw-r--r--docs/v3/scripts/async.js2
5 files changed, 5 insertions, 5 deletions
diff --git a/dist/async.js b/dist/async.js
index 0a4ba72..6dd3a82 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 5655ab2..ddfa6c2 100644
--- a/docs/v3/docs.html
+++ b/docs/v3/docs.html
@@ -15605,7 +15605,7 @@ a promise that rejects if an error occurs.</p></td>
<tr>
- <td class="name"><code>unshirtAsync</code></td>
+ <td class="name"><code>unshiftAsync</code></td>
<td class="type">
diff --git a/docs/v3/module-ControlFlow.html b/docs/v3/module-ControlFlow.html
index fb16cd3..0b41c93 100644
--- a/docs/v3/module-ControlFlow.html
+++ b/docs/v3/module-ControlFlow.html
@@ -6476,7 +6476,7 @@ a promise that rejects if an error occurs.</p></td>
<tr>
- <td class="name"><code>unshirtAsync</code></td>
+ <td class="name"><code>unshiftAsync</code></td>
<td class="type">
diff --git a/docs/v3/queue.js.html b/docs/v3/queue.js.html
index b213ef5..d4d00de 100644
--- a/docs/v3/queue.js.html
+++ b/docs/v3/queue.js.html
@@ -106,7 +106,7 @@ import wrapAsync from &apos;./internal/wrapAsync&apos;;
* 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 0a4ba72..6dd3a82 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,