Skip to content

Commit a996565

Browse files
Fix variable naming in StackBasedNavigation.md (#3210)
1 parent 10e5506 commit a996565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/StackBasedNavigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct RootView: View {
122122
path: $store.scope(state: \.path, action: \.path)
123123
) {
124124
// Root view of the navigation stack
125-
} destination: { state in
125+
} destination: { store in
126126
// A view for each case of the Path.State enum
127127
}
128128
}

0 commit comments

Comments
 (0)