mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Fix NavigationStackController docs (#3540)
This commit is contained in:
@@ -107,7 +107,7 @@ class AppController: NavigationStackController {
|
||||
}
|
||||
}
|
||||
|
||||
self.model = model
|
||||
self.store = store
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -683,7 +683,7 @@ class AppController: NavigationStackController {
|
||||
}
|
||||
}
|
||||
|
||||
self.model = model
|
||||
self.store = store
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user