From dfae685fbc7a445367d71e31a385d3e60b624f98 Mon Sep 17 00:00:00 2001 From: spaette Date: Sat, 21 Jan 2023 07:50:29 -0600 Subject: typo and column alignment --- src/amount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.h') 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()'. -- cgit v1.2.3