Skip to content

Commit

Permalink
XCM doc nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Aug 13, 2024
1 parent 802a998 commit 932e369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ impl<Config: config::Config> XcmExecutor<Config> {
};
let actual_weight = maybe_actual_weight.unwrap_or(weight);
let surplus = weight.saturating_sub(actual_weight);
// 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`
// for the estimate of how much weight this instruction will take. Now that we know
// that it's less, we credit it.
//
Expand Down

0 comments on commit 932e369

Please sign in to comment.