Skip to content

Commit 7dfbd9d

Browse files
authored
Merge pull request #6 from kluen/patch-1
2 parents bd82c15 + f957389 commit 7dfbd9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ val result: Int = raceSuccess(computation1)(computation2)
6262
// 2
6363
```
6464

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.
65+
The losing computation is interrupted using `Thread.interrupt`. `raceSuccess` waits until both branches finish; this
66+
also applies to the losing one, which might take a while to clean up after interruption.
6767

6868
### Error handling
6969

0 commit comments

Comments
 (0)