diff options
Diffstat (limited to 'src/amount.h')
-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()'. |