mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
Merge pull request #6946 from denovodavid/patch-1
core:container/queue - fix typo
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user