Skip to content

Commit

Permalink
Fix docs (Kotlin#2928)
Browse files Browse the repository at this point in the history
Fix chapter pointer: it's the second next chapter.
This probably used to be the next chapter, but not any more.
  • Loading branch information
mhansen committed Sep 13, 2021
1 parent a6a10b1 commit 287a931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/cancellation-and-timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ If you run the above code you'll see that it does not always print zero, though
of your machine you may need to tweak timeouts in this example to actually see non-zero values.

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

0 comments on commit 287a931

Please sign in to comment.