File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The main coroutines guide has moved to the [docs folder](docs/coroutines-guide.m
17
17
* <a name =' cancelling-coroutine-execution ' ></a >[ Cancelling coroutine execution] ( docs/cancellation-and-timeouts.md#cancelling-coroutine-execution )
18
18
* <a name =' cancellation-is-cooperative ' ></a >[ Cancellation is cooperative] ( docs/cancellation-and-timeouts.md#cancellation-is-cooperative )
19
19
* <a name =' making-computation-code-cancellable ' ></a >[ Making computation code cancellable] ( docs/cancellation-and-timeouts.md#making-computation-code-cancellable )
20
- * <a name =' closing-resources-with-` finally` ' ></a >[ Closing resources with ` finally ` ] ( docs/cancellation-and-timeouts.md#closing-resources-with-` finally` )
20
+ * <a name =' closing-resources-with-finally ' ></a >[ Closing resources with ` finally ` ] ( docs/cancellation-and-timeouts.md#closing-resources-with-finally )
21
21
* <a name =' run-non-cancellable-block ' ></a >[ Run non-cancellable block] ( docs/cancellation-and-timeouts.md#run-non-cancellable-block )
22
22
* <a name =' timeout ' ></a >[ Timeout] ( docs/cancellation-and-timeouts.md#timeout )
23
23
<!-- - TOC_REF docs/composing-suspending-functions.md -->
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CancellationTimeOutsGuideTest {
23
23
* [ Cancelling coroutine execution] ( #cancelling-coroutine-execution )
24
24
* [ Cancellation is cooperative] ( #cancellation-is-cooperative )
25
25
* [ Making computation code cancellable] ( #making-computation-code-cancellable )
26
- * [ Closing resources with ` finally ` ] ( #closing-resources-with-` finally` )
26
+ * [ Closing resources with ` finally ` ] ( #closing-resources-with-finally )
27
27
* [ Run non-cancellable block] ( #run-non-cancellable-block )
28
28
* [ Timeout] ( #timeout )
29
29
You can’t perform that action at this time.
0 commit comments