From ef384722782e66cae62a32c894e39f27ef28ca4a Mon Sep 17 00:00:00 2001 From: adumelie Date: Thu, 14 Mar 2024 16:39:36 +0100 Subject: [PATCH] More typos in code example --- doc/code/Apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { 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(); }