Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit b9a62cc

Browse files
Merge pull request #149 from binarynoise/binarynoise-patch-1
Fix copy-paste typo
2 parents 3210b4b + 0969a7d commit b9a62cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Introduction to Coroutines and Channels/09_Testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then, we can test that the sequential solution with the `suspend` functions shou
2323
And the concurrent solution should take around 2200 ms:
2424

2525
```
26-
2200 = 1000 + max(1000 + 1200 + 800)
26+
2200 = 1000 + max(1000, 1200, 800)
2727
```
2828

2929
For the solutions showing progress, we can also check the intermediate results with timestamps.

0 commit comments

Comments
 (0)