File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3120
3120
* should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
3121
3121
*
3122
3122
* @example
3123
- * const q = aync .queue(worker, 2)
3123
+ * const q = async .queue(worker, 2)
3124
3124
* q.push(item1)
3125
3125
* q.push(item2)
3126
3126
* q.push(item3)
Original file line number Diff line number Diff line change @@ -15955,7 +15955,7 @@ <h5 class="subsection-title">Properties:</h5>
15955
15955
15956
15956
< h5 > Example</ h5 >
15957
15957
15958
- < pre class ="prettyprint "> < code > const q = aync .queue(worker, 2)
15958
+ < pre class ="prettyprint "> < code > const q = async .queue(worker, 2)
15959
15959
q.push(item1)
15960
15960
q.push(item2)
15961
15961
q.push(item3)
Original file line number Diff line number Diff line change @@ -6826,7 +6826,7 @@ <h5 class="subsection-title">Properties:</h5>
6826
6826
6827
6827
< h5 > Example</ h5 >
6828
6828
6829
- < pre class ="prettyprint "> < code > const q = aync .queue(worker, 2)
6829
+ < pre class ="prettyprint "> < code > const q = async .queue(worker, 2)
6830
6830
q.push(item1)
6831
6831
q.push(item2)
6832
6832
q.push(item3)
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ <h1 class="page-title">queue.js</h1>
145
145
* should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
146
146
*
147
147
* @example
148
- * const q = aync .queue(worker, 2)
148
+ * const q = async .queue(worker, 2)
149
149
* q.push(item1)
150
150
* q.push(item2)
151
151
* q.push(item3)
Original file line number Diff line number Diff line change 3120
3120
* should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
3121
3121
*
3122
3122
* @example
3123
- * const q = aync .queue(worker, 2)
3123
+ * const q = async .queue(worker, 2)
3124
3124
* q.push(item1)
3125
3125
* q.push(item2)
3126
3126
* q.push(item3)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ import wrapAsync from './internal/wrapAsync';
68
68
* should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
69
69
*
70
70
* @example
71
- * const q = aync .queue(worker, 2)
71
+ * const q = async .queue(worker, 2)
72
72
* q.push(item1)
73
73
* q.push(item2)
74
74
* q.push(item3)
You can’t perform that action at this time.
0 commit comments