Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Sep 14, 2023
1 parent 8ceea34 commit d0df126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/runtime/common/src/xcm_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl<T: Get<MultiAssets>> PriceForParachainDelivery for ConstantPrice<T> {
///
/// `F * (B + encoded_msg_len * M)`
///
/// Thus, if F = 1 and M = 1, this type is equivalent to [`ConstantPrice<B>`].
/// Thus, if F = 1 and M = 0, this type is equivalent to [`ConstantPrice<B>`].
///
/// The type parameters are understood as follows:
///
Expand Down

0 comments on commit d0df126

Please sign in to comment.