We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1389ad commit 1a4652aCopy full SHA for 1a4652a
data_structures/queue.hpp
@@ -85,7 +85,7 @@ class queue {
85
}
86
87
/**
88
- * @brief removes all of the elements of the queue
+ * @brief removes all elements from the queue
89
*/
90
void clear() {
91
queueFront = nullptr;
0 commit comments