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.
2 parents 5b63824 + 7013d8b commit aaf0ec8Copy full SHA for aaf0ec8
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