Skip to content

Commit 7013d8b

Browse files
committed
fix typo
1 parent 368c665 commit 7013d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/overviews/core/futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Future に関しては、`filter` の呼び出しは `withFilter` の呼び出
395395
もしその `Throwable` に関して部分関数が定義されていなければ、結果となる
396396
Future は同じ `Throwable` とともに失敗する。
397397

398-
`rocoverWith` コンビネータは元の Future が成功した場合は同一の結果を持つ新たな Future
398+
`recoverWith` コンビネータは元の Future が成功した場合は同一の結果を持つ新たな Future
399399
を作成する。成功しなかった場合は、元の Future を失敗させた `Throwable`
400400
に渡された部分関数が適用される。
401401
もしそれが `Throwable` を何らかの Future に投射すれば、新しい Future はその Future とともに成功する。

0 commit comments

Comments
 (0)