We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2c72a + 02d52d9 commit 9b46354Copy full SHA for 9b46354
1 file changed
doc/code/Apps.md
@@ -51,14 +51,14 @@ MyApp.h:
51
#include "displayapp/screens/Screen.h"
52
#include <lvgl/lvgl.h>
53
54
-namespace PineTime {
+namespace Pinetime {
55
namespace Applications {
56
namespace Screens {
57
class MyApp : public Screen {
58
public:
59
MyApp(DisplayApp* app);
60
~MyApp() override;
61
- }
+ };
62
}
63
64
0 commit comments