Skip to content

Commit 1982b92

Browse files
mattbrictsoneregon
authored andcommitted
Fix doc typo: yeild → yield
1 parent bf966c0 commit 1982b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent-ruby/concurrent/promises.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Promises
2222
#
2323
# @!macro promises.param.args
2424
# @param [Object] args arguments which are passed to the task when it's executed.
25-
# (It might be prepended with other arguments, see the @yeild section).
25+
# (It might be prepended with other arguments, see the @yield section).
2626
#
2727
# @!macro promises.shortcut.on
2828
# Shortcut of {#$0_on} with default `:io` executor supplied.

0 commit comments

Comments
 (0)