diff --git a/docs/src/basictypes.md.ejs b/docs/src/basictypes.md.ejs index a1bd886841..6301482038 100644 --- a/docs/src/basictypes.md.ejs +++ b/docs/src/basictypes.md.ejs @@ -21,7 +21,7 @@ A *value* is a quantity of a currency represented as a decimal string. Be carefu **XRP** has 6 significant digits past the decimal point. In other words, XRP cannot be divided into positive values smaller than `0.000001` (1e-6). XRP has a maximum value of `100000000000` (1e11). -**Non-XRP values** have 15 decimal digits of precision, with a maximum value of `9999999999999999e80`. The smallest positive non-XRP value is `1e-81`. +**Non-XRP values** have 16 decimal digits of precision, with a maximum value of `9999999999999999e80`. The smallest positive non-XRP value is `1e-81`. ## Amount