We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c45be commit 69ed8c0Copy full SHA for 69ed8c0
include/JobQueue.hh
@@ -79,7 +79,7 @@ void runJobs(JSContext *cx) override;
79
bool empty() const override;
80
81
/**
82
- * @return true if the job queue stops draining, which results in `empty()` being false after `runJobs()`.
+ * @return true if the job queue stopped draining, which results in `empty()` being false after `runJobs()`.
83
*/
84
bool isDrainingStopped() const override;
85
0 commit comments