diff options
| author | adumelie <git@spes.simplelogin.com> | 2024-03-14 16:38:08 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-03-14 20:27:19 +0100 |
| commit | 4c9d5332c70958d13c9b52ebcf3cf3af771422dd (patch) | |
| tree | 10cc0a2cdeef735ea6744bf307f60c130268320e /doc/code | |
| parent | 9aa0bc8ecf382245e3d874fed5cbc699921d05d4 (diff) | |
Typo in code example
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 1c8f8da1..b0698b2b 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::Symbol::myApp; - static Screens::Screens* Create(AppController& controllers) { + static Screens::Screen* Create(AppController& controllers) { return new Screens::MyApp(); } }; |
