Skip to content

Commit 492fb46

Browse files
committed
Update basic-data-types.md
1 parent 732b137 commit 492fb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/protocol/data-types/basic-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ XRP is specified as a string containing an integer number of "drops" of XRP, whe
130130
}
131131
```
132132
133-
- **MPT** - Use `Amount` to specify the value of an MPT. To specify a value of 13.1 units of an MPT:
133+
- **MPT** - Use `Amount` to specify the value of an MPT. Assuming an `AssetScale` of *1*, you would specify a value of 13.1 units of an MPT as follows:
134134
135135
```
136136
"Amount": {

0 commit comments

Comments
 (0)