Apply suggestions from @maria-robobug review

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
Rome Reginelli
2025-10-06 12:35:03 -07:00
committed by GitHub
parent 28de18d7d6
commit e309215ed0
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ labels:
# EscrowCancel
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to it sender.
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to its sender.
{% amendment-disclaimer name="Escrow" /%}

View File

@@ -7,7 +7,7 @@ labels:
# EscrowFinish
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
Deliver XRP from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
Deliver funds from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
{% amendment-disclaimer name="Escrow" /%}

View File

@@ -7,7 +7,7 @@ labels:
# NFTokenBurn
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenBurn.cpp "Source")
Burn (destroy) a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). The NFT's current holder can always burn it, and if the token's "Burnable" flag is enabled, the issuer and their authorized minter (if they have one) can also burn the NFT.
Burn (destroy) a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). The NFT's current holder can always burn it, and if the token's **Burnable** flag is enabled, the issuer and their authorized minter (if they have one) can also burn the NFT.
If the transaction succeeds, it removes the corresponding [NFToken][] object from the [NFTokenPage entry][] that was storing it. This can cause the pages of an NFT directory to be consolidated.

View File

@@ -8,7 +8,7 @@ labels:
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CancelOffer.cpp "Source")
Cancel an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) in the decentralized exchange.
Cancel an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to trade in the decentralized exchange.
## Example {% $frontmatter.seo.title %} JSON