1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 19:19:53 +00:00

Merge pull request #567 from Nananas/patch-1

Minor typo in ev/rselect docstring
This commit is contained in:
Calvin Rose 2021-01-10 11:47:37 -06:00 committed by GitHub
commit ef398e9036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2167,7 +2167,7 @@ static const JanetReg ev_cfuns[] = {
{
"ev/rselect", cfun_channel_rchoice,
JDOC("(ev/rselect & clauses)\n\n"
"Similar to ev/choice, but will try clauses in a random order for fairness.")
"Similar to ev/select, but will try clauses in a random order for fairness.")
},
{
"ev/close", janet_cfun_stream_close,