Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2aa6f64

Browse files
danieldiekmeiereregon
authored andcommitted
Fix typo
1 parent6e2bd8a commit2aa6f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/concurrent-ruby/concurrent/promise.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ module Concurrent
167167
# c2 = p.then(-> reason { raise 'Boom!' })
168168
#
169169
# c1.wait.state #=> :fulfilled
170-
# c1.value #=>45
170+
# c1.value #=>42
171171
# c2.wait.state #=> :rejected
172172
# c2.reason #=> #<RuntimeError: Boom!>
173173
# ```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp