From 5e0c470059e03fa264562db1e87868133a338a29 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 7 Jun 2018 12:51:31 -0700 Subject: [PATCH] Fix 'only [one] of' typo --- .../public-rippled-methods/ledger-methods/ledger_entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md index 0a600855a5..1c2dd0dc52 100644 --- a/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md +++ b/content/references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md @@ -53,7 +53,7 @@ This method can retrieve several different types of data. You can select which t 7. `escrow` - Retrieve an [Escrow object](escrow-object.html), which holds XRP until a specific time or condition is met. [New in: rippled 1.0.0][] 8. `payment_channel` - Retireve a [PayChannel object](paychannel.html), which holds XRP for asynchronous payments. [New in: rippled 1.0.0][] -If you specify more than one of the above items, the server retrieves only of them; it is undefined which it chooses. +If you specify more than one of the above items, the server retrieves only one of them; it is undefined which it chooses. The full list of parameters recognized by this method is as follows: