diff options
author | spaette <spaette@outlook.com> | 2023-01-21 07:50:29 -0600 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-01-23 13:48:15 +0800 |
commit | dfae685fbc7a445367d71e31a385d3e60b624f98 (patch) | |
tree | bda78b878c13c20e3d9032288990b59f80908254 /src | |
parent | ef5b8ca3ac0c5cc15d97ebf29e2620c41ab6df3b (diff) | |
download | fork-ledger-dfae685fbc7a445367d71e31a385d3e60b624f98.tar.gz fork-ledger-dfae685fbc7a445367d71e31a385d3e60b624f98.tar.bz2 fork-ledger-dfae685fbc7a445367d71e31a385d3e60b624f98.zip |
typo and column alignment
Diffstat (limited to 'src')
-rw-r--r-- | src/amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h index a8672dce..a2a8d9e0 100644 --- a/src/amount.h +++ b/src/amount.h @@ -499,7 +499,7 @@ public: fits_in_long() returns true if to_long() would not lose precision. - to_string() returns an amount'ss "display value" as a string -- + to_string() returns an amount's "display value" as a string -- after rounding the value according to the commodity's default precision. It is equivalent to: `round().to_fullstring()'. |