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 @@ -124,7 +124,7 @@ class WorkQueue : public Reportable {
124124 static constexpr DontStartProcessingTag kDONT_START_PROCESSING_TAG = {};
125125
126126 /* *
127- * @brief Create an we instance of the work queue.
127+ * @brief Create an instance of the work queue.
128128 *
129129 * The work queue immediately starts to process tasks as they come.
130130 *
@@ -134,7 +134,7 @@ class WorkQueue : public Reportable {
134134 WorkQueue (std::uint32_t numWorkers, uint32_t maxSize = 0 );
135135
136136 /* *
137- * @brief Create an we instance of the work queue without starting the processing of events.
137+ * @brief Create an instance of the work queue without starting the processing of events.
138138 *
139139 * Clients are expected to call `startProcessing` manually once ready to start processing tasks.
140140 *
You can’t perform that action at this time.
0 commit comments