Fix NavigationStackController docs (#3540)

This commit is contained in:
Takehiro Kaneko
2024-12-23 02:06:10 +09:00
committed by GitHub
parent d602618c62
commit 642af1d50e
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class AppController: NavigationStackController {
}
}
self.model = model
self.store = store
}
}
```

View File

@@ -683,7 +683,7 @@ class AppController: NavigationStackController {
}
}
self.model = model
self.store = store
}
}
```