;lib, journal: fix some "decimal point" mentions

This commit is contained in:
Simon Michael 2020-03-17 13:36:19 -07:00
parent a259992f93
commit 6a01b1f438
2 changed files with 3 additions and 3 deletions

View File

@ -766,12 +766,12 @@ fixedlotpricep = optional $ do
-- attributes.
--
-- Some international number formats are accepted, eg either period or comma
-- may be used for the decimal point, and the other of these may be used for
-- may be used for the decimal mark, and the other of these may be used for
-- separating digit groups in the integer part. See
-- http://en.wikipedia.org/wiki/Decimal_separator for more examples.
--
-- This returns: the parsed numeric value, the precision (number of digits
-- seen following the decimal point), the decimal point character used if any,
-- seen following the decimal mark), the decimal mark character used if any,
-- and the digit group style if any.
--
numberp :: Maybe AmountStyle -> TextParser m (Quantity, Int, Maybe Char, Maybe DigitGroupStyle)

View File

@ -432,7 +432,7 @@ Scientific E notation is allowed:
1E-6
EUR 1E3
A decimal mark (decimal point) can be written with a period or a comma:
A decimal mark can be written as a period or a comma:
1.23
1,23456780000009