Skip to content

Commit 608fed6

Browse files
mhansenpablobaxter
authored andcommitted
Fix docs (Kotlin#2928)
Fix chapter pointer: it's the second next chapter. This probably used to be the next chapter, but not any more.
1 parent 6eda4f8 commit 608fed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/cancellation-and-timeouts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ If you run the above code you'll see that it does not always print zero, though
388388
of your machine you may need to tweak timeouts in this example to actually see non-zero values.
389389

390390
> Note, that incrementing and decrementing `acquired` counter here from 100K coroutines is completely safe,
391-
> since it always happens from the same main thread. More on that will be explained in the next chapter
391+
> since it always happens from the same main thread. More on that will be explained in the chapter
392392
> on coroutine context.
393393
>
394394
{type="note"}

0 commit comments

Comments
 (0)