Skip to content

Commit

Permalink
Fix doc typo: yeild → yield
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored and eregon committed Aug 3, 2023
1 parent bf966c0 commit 1982b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concurrent-ruby/concurrent/promises.rb
Expand Up @@ -22,7 +22,7 @@ module Promises
#
# @!macro promises.param.args
# @param [Object] args arguments which are passed to the task when it's executed.
# (It might be prepended with other arguments, see the @yeild section).
# (It might be prepended with other arguments, see the @yield section).
#
# @!macro promises.shortcut.on
# Shortcut of {#$0_on} with default `:io` executor supplied.
Expand Down

0 comments on commit 1982b92

Please sign in to comment.