We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6995f21 commit a0966ecCopy full SHA for a0966ec
lib/concurrent/promise.rb
@@ -102,7 +102,7 @@ module Concurrent
102
# - if parent is *rejected* the child will be *pending* (but will ultimately be *rejected*)
103
#
104
# Promises are executed asynchronously from the main thread. By the time a
105
- # child Promise finishes nitialization it may be in a different state that its
+ # child Promise finishes intialization it may be in a different state than its
106
# parent (by the time a child is created its parent may have completed
107
# execution and changed state). Despite being asynchronous, however, the order
108
# of execution of Promise objects in a chain (or tree) is strictly defined.
0 commit comments