diff options
| author | adumelie <git@spes.simplelogin.com> | 2024-03-14 16:39:36 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-03-14 20:27:19 +0100 |
| commit | ef384722782e66cae62a32c894e39f27ef28ca4a (patch) | |
| tree | f6545361a564588263fd4e03df8a41c1d7c65ee8 /doc | |
| parent | 4c9d5332c70958d13c9b52ebcf3cf3af771422dd (diff) | |
More typos in code example
Diffstat (limited to 'doc')
| -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 b0698b2b..bf71eab4 100644 --- a/doc/code/Apps.md +++ b/doc/code/Apps.md @@ -142,7 +142,7 @@ namespace Pinetime { template <> struct AppTraits<Apps::MyApp> { static constexpr Apps app = Apps::MyApp; - static constexpr const char* icon = Screens::Symbol::myApp; + static constexpr const char* icon = Screens::Symbols::myApp; static Screens::Screen* Create(AppController& controllers) { return new Screens::MyApp(); } |
