Skip to content

Commit

Permalink
Fix migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Jan 11, 2024
1 parent 33e80aa commit a458852
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions documentation/releases/2.0.0-alpha10.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ class YourNode(

- override fun resolve(navTarget: NavTarget, buildContext: BuildContext): Node =
+ override fun buildChildNode(navTarget: NavTarget, buildContext: BuildContext): Node =

- when (navTarget) {
+ when (navTarget) {
when (navTarget) {
TODO()
}
```
Expand Down

0 comments on commit a458852

Please sign in to comment.