diff --git a/pallets/foreign-assets/src/lib.rs b/pallets/foreign-assets/src/lib.rs index 9ef4dd5fdb..cccdb29b9e 100644 --- a/pallets/foreign-assets/src/lib.rs +++ b/pallets/foreign-assets/src/lib.rs @@ -234,7 +234,7 @@ impl Pallet { /// /// If the multilocation doesn't match the patterns listed above, /// or the `` points to a foreign collection, - /// `None` is returned, identifying that the given multilocation doesn't correspond to a native collection. + /// `None` is returned, identifying that the given multilocation doesn't correspond to a local collection. fn local_asset_location_to_collection(asset_location: &MultiLocation) -> Option { let self_location = T::SelfLocation::get();