Skip to content

Commit 39e18a5

Browse files
committed
Updated docs
1 parent 4196a73 commit 39e18a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/structs/ProcessQueue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)