Skip to content

Commit 1a4652a

Browse files
committed
docs: improve wording
1 parent d1389ad commit 1a4652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/queue.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class queue {
8585
}
8686

8787
/**
88-
* @brief removes all of the elements of the queue
88+
* @brief removes all elements from the queue
8989
*/
9090
void clear() {
9191
queueFront = nullptr;

0 commit comments

Comments
 (0)