diff options
| author | adumelie <git@spes.simplelogin.com> | 2024-03-14 16:41:17 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-03-14 20:27:19 +0100 |
| commit | 14c627090340de9748af3d971a18f7d218e8c6db (patch) | |
| tree | 1da1d1f1af4fa2d3036bd1a38ad09b6b08f61b28 /doc/code | |
| parent | ef384722782e66cae62a32c894e39f27ef28ca4a (diff) | |
Typo in example code
Diffstat (limited to 'doc/code')
| -rw-r--r-- | doc/code/Apps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code/Apps.md b/doc/code/Apps.md index bf71eab4..44c4ed65 100644 --- a/doc/code/Apps.md +++ b/doc/code/Apps.md @@ -143,7 +143,7 @@ namespace Pinetime { struct AppTraits<Apps::MyApp> { static constexpr Apps app = Apps::MyApp; static constexpr const char* icon = Screens::Symbols::myApp; - static Screens::Screen* Create(AppController& controllers) { + static Screens::Screen* Create(AppControllers& controllers) { return new Screens::MyApp(); } }; |
