Skip to content

Commit 449b7a0

Browse files
docs: fix link in immediate documentation (#3491)
1 parent 8947818 commit 449b7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/MainCoroutineDispatcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public abstract class MainCoroutineDispatcher : CoroutineDispatcher() {
2020
*
2121
* Immediate dispatcher is safe from stack overflows and in case of nested invocations forms event-loop similar to [Dispatchers.Unconfined].
2222
* The event loop is an advanced topic and its implications can be found in [Dispatchers.Unconfined] documentation.
23-
* The formed event-loop is shared with [Unconfined] and other immediate dispatchers, potentially overlapping tasks between them.
23+
* The formed event-loop is shared with [Dispatchers.Unconfined] and other immediate dispatchers, potentially overlapping tasks between them.
2424
*
2525
* Example of usage:
2626
* ```

0 commit comments

Comments
 (0)