We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802a998 commit 932e369Copy full SHA for 932e369
polkadot/xcm/xcm-executor/src/lib.rs
@@ -809,7 +809,7 @@ impl<Config: config::Config> XcmExecutor<Config> {
809
};
810
let actual_weight = maybe_actual_weight.unwrap_or(weight);
811
let surplus = weight.saturating_sub(actual_weight);
812
- // We assume that the `Config::Weigher` will counts the `require_weight_at_most`
+ // We assume that the `Config::Weigher` will count the `require_weight_at_most`
813
// for the estimate of how much weight this instruction will take. Now that we know
814
// that it's less, we credit it.
815
//
0 commit comments