mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-28 09:13:55 +00:00
core/sync/chan.try_select_raw: fix doc comment typo
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
This commit is contained in:
@@ -1126,7 +1126,7 @@ Select_Status :: enum {
|
||||
/*
|
||||
Attempts to either send or receive messages on the specified channels without blocking.
|
||||
|
||||
`select_raw` first identifies which channels have messages ready to be received
|
||||
`try_select_raw` first identifies which channels have messages ready to be received
|
||||
and which are available for sending. It then randomly selects one operation
|
||||
(either a send or receive) to perform.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user