From 0c73c3f1cd72bf832e505fbd7f38b15f7359505e Mon Sep 17 00:00:00 2001 From: Thomas Dendale Date: Sun, 10 Jan 2021 16:42:52 +0100 Subject: [PATCH] Minor typo in ev/rselect docstring `ev/choice` is actually called `ev/select` --- src/core/ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ev.c b/src/core/ev.c index ce8640d2..bc0e8795 100644 --- a/src/core/ev.c +++ b/src/core/ev.c @@ -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,