File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 581
581
/**
582
582
* Kills one or more jobs, indicated by their ids. It is only possible to
583
583
* kill running jobs or waiting jobs. If you try to kill a job that does not
584
- * exists or that is already killed, a warning will be thrown.
584
+ * exist or that is already killed, a warning will be thrown.
585
585
*
586
586
* @param {Array|String } v1 A string job id or an array of job ids.
587
587
* @return {Object } Returns conrad.
726
726
}
727
727
728
728
/**
729
- * Unreference every jobs that are stored in the _doneJobs object. It will
729
+ * Unreference every job that is stored in the _doneJobs object. It will
730
730
* not be possible anymore to get stats about these jobs, but it will release
731
731
* the memory.
732
732
*
You can’t perform that action at this time.
0 commit comments