From d65c6f6fc2a955219c432e7095b219119497236a Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Tue, 1 Aug 2023 09:07:56 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20doc=20typo:=20yeild=20=E2=86=92=20yield?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/concurrent-ruby/concurrent/promises.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/concurrent-ruby/concurrent/promises.rb b/lib/concurrent-ruby/concurrent/promises.rb index 3cd17055c..6fb222bbe 100644 --- a/lib/concurrent-ruby/concurrent/promises.rb +++ b/lib/concurrent-ruby/concurrent/promises.rb @@ -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.