Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Sep 12, 2024
1 parent 0546708 commit ab3ec8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/astar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ impl_runtime_apis! {
if asset_id.0 == xcm_config::AstarLocation::get() {
Ok(WeightToFee::weight_to_fee(&weight))
}
// for foreign assets that have 'units per second' configures
// for foreign assets with “units per second” configurations
else {
let versioned_location = VersionedLocation::V4(asset_id.0);

Expand Down
2 changes: 1 addition & 1 deletion runtime/shibuya/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@ impl_runtime_apis! {
if asset_id.0 == xcm_config::ShibuyaLocation::get() {
Ok(WeightToFee::weight_to_fee(&weight))
}
// for foreign assets that have 'units per second' configures
// for foreign assets with “units per second” configurations
else {
let versioned_location = VersionedLocation::V4(asset_id.0);

Expand Down
2 changes: 1 addition & 1 deletion runtime/shiden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ impl_runtime_apis! {
if asset_id.0 == xcm_config::ShidenLocation::get() {
Ok(WeightToFee::weight_to_fee(&weight))
}
// for foreign assets that have 'units per second' configures
// for foreign assets with “units per second” configurations
else {
let versioned_location = VersionedLocation::V4(asset_id.0);

Expand Down

0 comments on commit ab3ec8c

Please sign in to comment.