Skip to content

Commit

Permalink
Merge pull request #722 from jbodah/patch-1
Browse files Browse the repository at this point in the history
Fix spelling in doc block
  • Loading branch information
pitr-ch committed May 30, 2018
2 parents e7db59d + 225b0a1 commit a9e07bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concurrent/channel/buffer/base.rb
Expand Up @@ -91,7 +91,7 @@ def put(item)

# @!macro [attach] channel_buffer_offer
#
# 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
# unable to add an item, probably due to being full, the method will
# return immediately. Similarly, the method will return immediately
# when the buffer is closed. A return value of `false` does not
Expand Down

0 comments on commit a9e07bf

Please sign in to comment.