Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: mark9064 <[email protected]>
  • Loading branch information
minacode and mark9064 authored Nov 24, 2024
1 parent 8c30a35 commit 76c4bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/Calculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace Pinetime {
static constexpr uint8_t N_DECIMALS = 3;
// this is the constant default offset
static constexpr int64_t FIXED_POINT_OFFSET = powi(10, N_DECIMALS);
// this is the current offset, may wary after pressing '.'
// this is the current offset, may vary after pressing '.'
int64_t offset = FIXED_POINT_OFFSET;

// the screen can show 12 chars
Expand Down

0 comments on commit 76c4bda

Please sign in to comment.