More typos in code example

main
adumelie 2024-03-14 16:39:36 +07:00 committed by JF
parent 4c9d5332c7
commit ef38472278
1 changed files with 1 additions and 1 deletions

@ -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();
}