summaryrefslogtreecommitdiff
path: root/dist/async.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/async.js')
-rw-r--r--dist/async.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/async.js b/dist/async.js
index 57e9478..5f59f85 100644
--- a/dist/async.js
+++ b/dist/async.js
@@ -3120,7 +3120,7 @@
* should be pushed to the queue after calling this function. Invoke with `queue.kill()`.
*
* @example
- * const q = aync.queue(worker, 2)
+ * const q = async.queue(worker, 2)
* q.push(item1)
* q.push(item2)
* q.push(item3)