Skip to content

Commit

Permalink
Merge pull request #711 from itsandreramon/fix_leaf_node_docs
Browse files Browse the repository at this point in the history
Fix Navigation QuickStart documentation
  • Loading branch information
KovalevAndrey authored Jul 8, 2024
2 parents bd2798b + 807ff62 commit afc433a
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 afc433a

Please sign in to comment.