diff --git a/README.md b/README.md index 559c68da..4a984806 100644 --- a/README.md +++ b/README.md @@ -328,8 +328,8 @@ columns: min: 10 # Can be integer or float, negative and positive max: 100.50 # Can be integer or float, negative and positive precision: 3 # Strict(!) number of digits after the decimal point - min_precision: 2 # Min number of digits after the decimal point - max_precision: 4 # Max number of digits after the decimal point + min_precision: 2 # Min number of digits after the decimal point (with zeros) + max_precision: 4 # Max number of digits after the decimal point (with zeros) # Dates date_format: Y-m-d # See: https://www.php.net/manual/en/datetime.format.php diff --git a/schema-examples/full.yml b/schema-examples/full.yml index 73ef9fe1..cc69b868 100644 --- a/schema-examples/full.yml +++ b/schema-examples/full.yml @@ -52,8 +52,8 @@ columns: min: 10 # Can be integer or float, negative and positive max: 100.50 # Can be integer or float, negative and positive precision: 3 # Strict(!) number of digits after the decimal point - min_precision: 2 # Min number of digits after the decimal point - max_precision: 4 # Max number of digits after the decimal point + min_precision: 2 # Min number of digits after the decimal point (with zeros) + max_precision: 4 # Max number of digits after the decimal point (with zeros) # Dates date_format: Y-m-d # See: https://www.php.net/manual/en/datetime.format.php