Merge branch 'master' of github.com:janet-lang/janet

This commit is contained in:
Calvin Rose 2021-01-10 11:59:41 -06:00
commit 4625c28e6a
1 changed files with 1 additions and 1 deletions

View File

@ -2178,7 +2178,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,