Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
pallet-xcm: doc fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin Wood <[email protected]>
  • Loading branch information
akru and gavofyork authored Sep 12, 2022
1 parent 2bcffed commit aca1065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@ pub mod pallet {
/// with all fees taken as needed from the asset.
///
/// - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
/// - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send
/// from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.
/// - `dest`: Destination context for the assets. Will typically be `(Parent, Parachain(..))` to claim
/// reserve assets from a sibling parachain, or `(Parent,)` to claim the reserve assets from the Relay chain.
/// - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be
/// an `AccountId32` value.
/// - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the
Expand Down

0 comments on commit aca1065

Please sign in to comment.