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.
1 parent 8c30a35 commit 76c4bdaCopy full SHA for 76c4bda
src/displayapp/screens/Calculator.h
@@ -43,7 +43,7 @@ namespace Pinetime {
43
static constexpr uint8_t N_DECIMALS = 3;
44
// this is the constant default offset
45
static constexpr int64_t FIXED_POINT_OFFSET = powi(10, N_DECIMALS);
46
- // this is the current offset, may wary after pressing '.'
+ // this is the current offset, may vary after pressing '.'
47
int64_t offset = FIXED_POINT_OFFSET;
48
49
// the screen can show 12 chars
0 commit comments