Skip to content

Commit

Permalink
[DOC] Fix article-noun agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerrick authored and nobu committed Jan 30, 2025
1 parent 4bde149 commit 4cfc904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cont.c
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval)
* == Non-blocking Fibers
*
* The concept of <em>non-blocking fiber</em> was introduced in Ruby 3.0.
* A non-blocking fiber, when reaching a operation that would normally block
* A non-blocking fiber, when reaching an operation that would normally block
* the fiber (like <code>sleep</code>, or wait for another process or I/O)
* will yield control to other fibers and allow the <em>scheduler</em> to
* handle blocking and waking up (resuming) this fiber when it can proceed.
Expand Down

0 comments on commit 4cfc904

Please sign in to comment.