We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7db59d commit 225b0a1Copy full SHA for 225b0a1
lib/concurrent/channel/buffer/base.rb
@@ -91,7 +91,7 @@ def put(item)
91
92
# @!macro [attach] channel_buffer_offer
93
#
94
- # Put an item onto the buffer is possible. If the buffer is open but
+ # Put an item onto the buffer if possible. If the buffer is open but
95
# unable to add an item, probably due to being full, the method will
96
# return immediately. Similarly, the method will return immediately
97
# when the buffer is closed. A return value of `false` does not
0 commit comments