We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEBUG_PROPERTY_VALUE_OFF
1 parent bb2a49a commit f54ddb1Copy full SHA for f54ddb1
kotlinx-coroutines-core/jvm/src/Debug.kt
@@ -59,7 +59,7 @@ public const val DEBUG_PROPERTY_VALUE_AUTO: String = "auto"
59
public const val DEBUG_PROPERTY_VALUE_ON: String = "on"
60
61
/**
62
- * Debug turned on value for [DEBUG_PROPERTY_NAME].
+ * Debug turned off value for [DEBUG_PROPERTY_NAME].
63
*/
64
public const val DEBUG_PROPERTY_VALUE_OFF: String = "off"
65
0 commit comments