From 102b9baf4d364eac5111e44182e19f378953f6d6 Mon Sep 17 00:00:00 2001 From: sublimator Date: Sat, 19 Dec 2015 14:20:26 +0700 Subject: [PATCH] Fix typo in docs --- docs/src/basictypes.md.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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