Skip to content

Commit 287a931

Browse files
authored
Fix docs (#2928)
Fix chapter pointer: it's the second next chapter. This probably used to be the next chapter, but not any more.
1 parent a6a10b1 commit 287a931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/cancellation-and-timeouts.md

Lines changed: 1 addition & 1 deletion
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)