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.
2 parents e7db59d + 225b0a1 commit a9e07bfCopy full SHA for a9e07bf
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