mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Minor typo in ev/rselect docstring
`ev/choice` is actually called `ev/select`
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thomas Dendale
					Thomas Dendale