summaryrefslogtreecommitdiff
path: root/docs/v3/cargoQueue.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/cargoQueue.js.html')
-rw-r--r--docs/v3/cargoQueue.js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/v3/cargoQueue.js.html b/docs/v3/cargoQueue.js.html
index 5df60aa..43ae667 100644
--- a/docs/v3/cargoQueue.js.html
+++ b/docs/v3/cargoQueue.js.html
@@ -104,7 +104,7 @@
* @param {number} [payload=Infinity] - An optional `integer` for determining
* how many tasks should be processed per round; if omitted, the default is
* unlimited.
- * @returns {module:ControlFlow.CargoObject} A cargoQueue object to manage the tasks. Callbacks can
+ * @returns {module:ControlFlow.QueueObject} A cargoQueue object to manage the tasks. Callbacks can
* attached as certain properties to listen for specific events during the
* lifecycle of the cargoQueue and inner queue.
* @example