File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var Class = require('../utils/Class');
1414 * The `active` list is a selection of items which are considered active and should be updated.
1515 * The `destroy` list is a selection of items that were active and are awaiting being destroyed in the next update.
1616 *
17- * When new items are added to a Process Queue they are put in a pending data , rather than being added
17+ * When new items are added to a Process Queue they are put in the pending list , rather than being added
1818 * immediately the active list. Equally, items that are removed are put into the destroy list, rather than
1919 * being destroyed immediately. This allows the Process Queue to carefully process each item at a specific, fixed
2020 * time, rather than at the time of the request from the API.
You can’t perform that action at this time.
0 commit comments