--- a/pallets/foreign-assets/src/lib.rs +++ b/pallets/foreign-assets/src/lib.rs @@ -234,7 +234,7 @@ /// /// 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();