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 368c665 commit 7013d8bCopy full SHA for 7013d8b
ja/overviews/core/futures.md
@@ -395,7 +395,7 @@ Future に関しては、`filter` の呼び出しは `withFilter` の呼び出
395
もしその `Throwable` に関して部分関数が定義されていなければ、結果となる
396
Future は同じ `Throwable` とともに失敗する。
397
398
-`rocoverWith` コンビネータは元の Future が成功した場合は同一の結果を持つ新たな Future
+`recoverWith` コンビネータは元の Future が成功した場合は同一の結果を持つ新たな Future
399
を作成する。成功しなかった場合は、元の Future を失敗させた `Throwable`
400
に渡された部分関数が適用される。
401
もしそれが `Throwable` を何らかの Future に投射すれば、新しい Future はその Future とともに成功する。
0 commit comments