Fix 'only [one] of' typo

This commit is contained in:
mDuo13
2018-06-07 12:51:31 -07:00
parent c091229307
commit 5e0c470059

View File

@@ -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][] 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][] 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: The full list of parameters recognized by this method is as follows: