Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/structs/ProcessQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var Events = require('./events');
* The `destroy` list is a selection of items that were active and are awaiting being destroyed in the next update.
*
* When new items are added to a Process Queue they are put in the pending list, rather than being added
* immediately the active list. Equally, items that are removed are put into the destroy list, rather than
* immediately to the active list. Equally, items that are removed are put into the destroy list, rather than
* being destroyed immediately. This allows the Process Queue to carefully process each item at a specific, fixed
* time, rather than at the time of the request from the API.
*
Expand Down