[FIX] correct some typos

This commit is contained in:
mDuo13
2015-07-08 19:20:00 -07:00
parent 529256a372
commit d484f86f0e
2 changed files with 2 additions and 2 deletions

View File

@@ -3580,7 +3580,7 @@ This method can retrieve several different types of data. You can select which t
2. `account_root` - Retrieve an account node, similar to the [account_info](#account-info) command
3. `directory` - Retrieve a directory node, which contains a list of IDs linking things
4. `offer` - Retrieve an offer node, which defines an offer to exchange currency
5. `ripple_state` - Retrieve a RippleState node, which a trust line along which non-XRP balances are held
5. `ripple_state` - Retrieve a RippleState node, which is a trust line where non-XRP balances are held
If you specify more than one of the above items, the server will retrieve only of them; it is undefined which one will be chosen.

View File

@@ -580,7 +580,7 @@ It is possible for an offer to become temporarily or permanently *unfunded*:
* The offer becomes funded again when the creator obtains more XRP, or the reserve requirements decrease.
* If the Expiration time included in the offer is before the close time of the most recently-closed ledger. (See [Expiration](#expiration).)
An unfunded transaction can remain on the ledger indefinitely, but it does not have any effect. The only ways an offer can be *permanently* removed from the ledger are:
An unfunded offer can remain on the ledger indefinitely, but it does not have any effect. The only ways an offer can be *permanently* removed from the ledger are:
* It becomes fully claimed by a Payment or a matching OfferCreate transaction.
* A subsequent OfferCancel or OfferCreate transaction explicitly cancels the offer.