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
1717 * <a name =' cancelling-coroutine-execution ' ></a >[ Cancelling coroutine execution] ( docs/cancellation-and-timeouts.md#cancelling-coroutine-execution )
1818 * <a name =' cancellation-is-cooperative ' ></a >[ Cancellation is cooperative] ( docs/cancellation-and-timeouts.md#cancellation-is-cooperative )
1919 * <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 )
2121 * <a name =' run-non-cancellable-block ' ></a >[ Run non-cancellable block] ( docs/cancellation-and-timeouts.md#run-non-cancellable-block )
2222 * <a name =' timeout ' ></a >[ Timeout] ( docs/cancellation-and-timeouts.md#timeout )
2323<!-- - TOC_REF docs/composing-suspending-functions.md -->
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CancellationTimeOutsGuideTest {
2323 * [ Cancelling coroutine execution] ( #cancelling-coroutine-execution )
2424 * [ Cancellation is cooperative] ( #cancellation-is-cooperative )
2525 * [ 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 )
2727 * [ Run non-cancellable block] ( #run-non-cancellable-block )
2828 * [ Timeout] ( #timeout )
2929
You can’t perform that action at this time.
0 commit comments