Author: adumelie <git@spes.simplelogin.com>
More typos in code example
doc/code/Apps.md | 2 +-
diff --git a/doc/code/Apps.md b/doc/code/Apps.md index b0698b2b949b91ef05ed461b1db5e3b3ac81f5bc..bf71eab4299cde4fb97a6caa1a120a9e67f7b903 100644 --- a/doc/code/Apps.md +++ b/doc/code/Apps.md @@ -142,7 +142,7 @@ 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(); }