From a8080e97647522e7b52047cad0d2ac424851b4bc Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 30 Mar 2020 18:07:29 -0700 Subject: [PATCH] copy-edit some API error tenses --- .../public-rippled-methods/account-methods/account_offers.md | 2 +- .../public-rippled-methods/account-methods/account_tx.md | 2 +- .../public-rippled-methods/transaction-methods/tx.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md index 88377be535..3422f8f0cc 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_offers.md @@ -182,7 +182,7 @@ Each offer object contains the following fields: * `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing. * `actNotFound` - The [Address][] specified in the `account` field of the request does not correspond to an account in the ledger. * `lgrNotFound` - The ledger specified by the `ledger_hash` or `ledger_index` does not exist, or it does exist but the server does not have it. -* `actMalformed` - If the `marker` field provided is not acceptable. +* `actMalformed` - The `marker` field provided is incorrect. {% include '_snippets/rippled_versions.md' %} diff --git a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md index 279a810b53..ac553e78d6 100644 --- a/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md +++ b/content/references/rippled-api/public-rippled-methods/account-methods/account_tx.md @@ -589,7 +589,7 @@ Each transaction object includes the following fields, depending on whether it w * `actMalformed` - The [Address][] specified in the `account` field of the request is not formatted properly. * `actBitcoin` - The [Address][] specified in the `account` field is formatted like a Bitcoin address instead of a XRP Ledger address. * `lgrIdxMalformed` - The ledger specified by the `ledger_index_min` or `ledger_index_max` does not exist, or if it does exist but the server does not have it. -* `lgrIdxsInvalid` - Either the request specified a `ledger_index_max` that is before the `ledger_index_min`, or the server does not have a validated ledger range because it is not [synced with the network](troubleshoot-the-rippled-server.html). +* `lgrIdxsInvalid` - Either the request specifies a `ledger_index_max` that is before the `ledger_index_min`, or the server does not have a validated ledger range because it is [not synced with the network](server-doesnt-sync.html). {% include '_snippets/rippled_versions.md' %} diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md index 705f93160d..d8457497d7 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md @@ -272,8 +272,8 @@ _JSON-RPC_ * Any of the [universal error types][]. * `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing. * `txnNotFound` - Either the transaction does not exist, or it was part of an older ledger version that `rippled` does not have available. -* `excessiveLgrRange` - The `min_ledger` and `max_ledger` fields of the request were more than 1000 apart. -* `invalidLgrRange` - The specified `min_ledger` was larger than the `max_ledger`, or one of those parameters was not a valid ledger index. +* `excessiveLgrRange` - The `min_ledger` and `max_ledger` fields of the request are more than 1000 apart. +* `invalidLgrRange` - The specified `min_ledger` is larger than the `max_ledger`, or one of those parameters is not a valid ledger index. {% include '_snippets/rippled_versions.md' %}