Skip to content

Commit 64a31cf

Browse files
lukellmannpablobaxter
authored andcommitted
Fix documentation for DEBUG_PROPERTY_VALUE_OFF (Kotlin#3389)
1 parent ea88b50 commit 64a31cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvm/src/Debug.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public const val DEBUG_PROPERTY_VALUE_AUTO: String = "auto"
5959
public const val DEBUG_PROPERTY_VALUE_ON: String = "on"
6060

6161
/**
62-
* Debug turned on value for [DEBUG_PROPERTY_NAME].
62+
* Debug turned off value for [DEBUG_PROPERTY_NAME].
6363
*/
6464
public const val DEBUG_PROPERTY_VALUE_OFF: String = "off"
6565

0 commit comments

Comments
 (0)