ruby-concurrency / concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
https://ruby-concurrency.github.io/concurrent-ruby/
Other
5.68k stars 418 forks source link

Fix doc typo: yeild → yield #1006

Closed mattbrictson closed 1 year ago

eregon commented 1 year ago

Could you rebase to rerun the CI? I'd like to make sure referring to @yield like this doesn't cause any issue with docs generation.

mattbrictson commented 1 year ago

@eregon sure thing. Rebased.

mattbrictson commented 1 year ago

Tests are green!