Skip to content

Commit a0966ec

Browse files
committed
Fix typos. [ci skip]
1 parent 6995f21 commit a0966ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/promise.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module Concurrent
102102
# - if parent is *rejected* the child will be *pending* (but will ultimately be *rejected*)
103103
#
104104
# 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
105+
# child Promise finishes intialization it may be in a different state than its
106106
# parent (by the time a child is created its parent may have completed
107107
# execution and changed state). Despite being asynchronous, however, the order
108108
# of execution of Promise objects in a chain (or tree) is strictly defined.

0 commit comments

Comments
 (0)