We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd82c15 + f957389 commit 7dfbd9dCopy full SHA for 7dfbd9d
README.md
@@ -62,8 +62,8 @@ val result: Int = raceSuccess(computation1)(computation2)
62
// 2
63
```
64
65
-The loosing computation is interrupted using `Thread.interrupt`. `raceSuccess` waits until both branches finish; this
66
-also applies to the loosing one, which might take a while to clean up after interruption.
+The losing computation is interrupted using `Thread.interrupt`. `raceSuccess` waits until both branches finish; this
+also applies to the losing one, which might take a while to clean up after interruption.
67
68
### Error handling
69
0 commit comments