Skip to content

Commit

Permalink
Fix IOU Amount precision related typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sublimator committed Mar 29, 2016
1 parent b56752e commit e52e2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -211,7 +211,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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/basictypes.md.ejs
Expand Up @@ -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
Expand Down

0 comments on commit e52e2bb

Please sign in to comment.