diff --git a/polkadot/xcm/src/v5/mod.rs b/polkadot/xcm/src/v5/mod.rs index c67c34d6c4da..61546d7de91c 100644 --- a/polkadot/xcm/src/v5/mod.rs +++ b/polkadot/xcm/src/v5/mod.rs @@ -495,8 +495,8 @@ pub enum Instruction { /// - `call`: The encoded transaction to be applied. /// - `fallback_max_weight`: Used for compatibility with previous versions. Corresponds to the /// `require_weight_at_most` parameter in previous versions. If you don't care about - /// compatibility you can just put `None`. WARNING: If you do, your XCM won't work with older - /// versions. + /// compatibility you can just put `None`. WARNING: If you do, your XCM might not work with older + /// versions. Make sure to dry-run and validate. /// /// Safety: No concerns. ///