Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Update Debug.kt #835

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down