Skip to content

Commit 69ed8c0

Browse files
Update include/JobQueue.hh
1 parent 75c45be commit 69ed8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/JobQueue.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void runJobs(JSContext *cx) override;
7979
bool empty() const override;
8080

8181
/**
82-
* @return true if the job queue stops draining, which results in `empty()` being false after `runJobs()`.
82+
* @return true if the job queue stopped draining, which results in `empty()` being false after `runJobs()`.
8383
*/
8484
bool isDrainingStopped() const override;
8585

0 commit comments

Comments
 (0)