Skip to content

Commit 6e12fc4

Browse files
LouisCADelizarov
authored andcommitted
Fix duplicated word "currently" in KDoc
The newCoroutineContext JVM function had "currently currently" written in its doc.
1 parent 255d495 commit 6e12fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/src/CoroutineContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public actual val DefaultDispatcher: CoroutineDispatcher =
7171
*
7272
* **Debugging facilities:** In debug mode every coroutine is assigned a unique consecutive identifier.
7373
* Every thread that executes a coroutine has its name modified to include the name and identifier of the
74-
* currently currently running coroutine.
74+
* currently running coroutine.
7575
* When one coroutine is suspended and resumes another coroutine that is dispatched in the same thread,
7676
* then the thread name displays
7777
* the whole stack of coroutine descriptions that are being executed on this thread.

0 commit comments

Comments
 (0)