diff --git a/common-ui-compose/src/main/java/app/tivi/common/compose/Debug.kt b/common-ui-compose/src/main/java/app/tivi/common/compose/Debug.kt index 917948443f..e0b024cde6 100644 --- a/common-ui-compose/src/main/java/app/tivi/common/compose/Debug.kt +++ b/common-ui-compose/src/main/java/app/tivi/common/compose/Debug.kt @@ -28,7 +28,7 @@ class Ref(var value: Int) const val EnableDebugCompositionLogs = false /** - * An effect which longs the number compositions at the invoked point of the slot table. + * An effect which logs the number compositions at the invoked point of the slot table. * Thanks to [objcode](https://github.com/objcode) for this code. * * This is an inline function to act as like a C-style #include to the host composable function.