fix queue consume_front doc comment

This commit is contained in:
David Holland
2026-07-04 14:45:43 +10:00
committed by GitHub
parent 94be05ead1
commit 834b7cf3eb

View File

@@ -406,7 +406,7 @@ push_back_elems :: proc(q: ^$Q/Queue($T), elems: ..T, loc := #caller_location) -
}
/*
Consume `n` elements from the back of the queue.
Consume `n` elements from the front of the queue.
This will raise a bounds checking error if the queue does not have enough elements.
*/