Skip to content

Commit

Permalink
use LeafNode
Browse files Browse the repository at this point in the history
  • Loading branch information
itsandreramon committed Jul 6, 2024
1 parent bd2798b commit 807ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/navigation/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Let's create a dedicated class:
```kotlin
class SomeChildNode(
nodeContext: NodeContext
) : Node(
) : LeafNode(
nodeContext = nodeContext
) {
@Composable
Expand Down

0 comments on commit 807ff62

Please sign in to comment.