Skip to content

Commit 8ae44da

Browse files
committed
Fix doxy
1 parent ba22608 commit 8ae44da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rpc/WorkQueue.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)