Skip to content

Commit 932e369

Browse files
committed
XCM doc nit
1 parent 802a998 commit 932e369

File tree

1 file changed

+1
-1
lines changed
  • polkadot/xcm/xcm-executor/src

1 file changed

+1
-1
lines changed

polkadot/xcm/xcm-executor/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ impl<Config: config::Config> XcmExecutor<Config> {
809809
};
810810
let actual_weight = maybe_actual_weight.unwrap_or(weight);
811811
let surplus = weight.saturating_sub(actual_weight);
812-
// We assume that the `Config::Weigher` will counts the `require_weight_at_most`
812+
// We assume that the `Config::Weigher` will count the `require_weight_at_most`
813813
// for the estimate of how much weight this instruction will take. Now that we know
814814
// that it's less, we credit it.
815815
//

0 commit comments

Comments
 (0)