Skip to content

Commit

Permalink
Fix NavigationStackController docs (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
takehilo authored Dec 22, 2024
1 parent d602618 commit 642af1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class AppController: NavigationStackController {
}
}

self.model = model
self.store = store
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class AppController: NavigationStackController {
}
}

self.model = model
self.store = store
}
}
```

0 comments on commit 642af1d

Please sign in to comment.