Skip to content

Commit

Permalink
Fix variable naming in StackBasedNavigation.md (#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
daichikuwa0618 authored Jul 12, 2024
1 parent 10e5506 commit a996565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct RootView: View {
path: $store.scope(state: \.path, action: \.path)
) {
// Root view of the navigation stack
} destination: { state in
} destination: { store in
// A view for each case of the Path.State enum
}
}
Expand Down

0 comments on commit a996565

Please sign in to comment.