Skip to content

Commit a7b1877

Browse files
Fix typo in ledger_entry for mptoken
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
1 parent 3ee4c6a commit a7b1877

File tree

1 file changed

+1
-1
lines changed
  • docs/references/http-websocket-apis/public-api-methods/ledger-methods

1 file changed

+1
-1
lines changed

docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ Return an `MPToken` object.
862862

863863
| Field | Type | Description |
864864
|:--------------------------|:-----------------|:------------|
865-
| `mptoken` | ️Object or String | If a string, interpret as ledger entry ID of the MPToken to retrieve. If an object, requires the sub-fields `account` and `mpt_issuance_id` to unique identify the MPToken. |
865+
| `mptoken` | ️Object or String | If a string, interpret as ledger entry ID of the MPToken to retrieve. If an object, requires the sub-fields `account` and `mpt_issuance_id` to uniquely identify the MPToken. |
866866
| `mptoken.mpt_issuance_id` | String | (Required if the `MPToken` is specified as an object) The 192-bit MPTokenIssuanceID that's associated with the MPTokenIssuance. |
867867
| `mptoken.account`| String | (Required if the `MPToken` is specified as an object) The account that owns the MPToken. |
868868

0 commit comments

Comments
 (0)