diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs b/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
index 9c39815d2be32044b58d48bc1fbbaba44227e5db..6a46bc79b68ddf9de16eed71c9863c8a24c5464f 100644
--- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
+++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs
@@ -339,7 +339,7 @@ pub type NativeAndNonPoolAssets = fungible::UnionOf<
 	AccountId,
 >;
 
-/// Union fungibles implementation for [`PoolAssets`] and [`NativeAndAssets`].
+/// Union fungibles implementation for [`PoolAssets`] and [`NativeAndNonPoolAssets`].
 ///
 /// NOTE: Should be kept updated to include ALL balances and assets in the runtime.
 pub type NativeAndAllAssets = fungibles::UnionOf<
diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs b/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
index 4b4115783b23911e0807ac342d5eb9eeceb18e68..f967ceaa616853ce7cc6954f6e3959b5eef93841 100644
--- a/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
+++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs
@@ -319,7 +319,7 @@ pub type NativeAndNonPoolAssets = fungible::UnionOf<
 	AccountId,
 >;
 
-/// Union fungibles implementation for [`PoolAssets`] and [`NativeAndAssets`].
+/// Union fungibles implementation for [`PoolAssets`] and [`NativeAndNonPoolAssets`].
 ///
 /// NOTE: Should be kept updated to include ALL balances and assets in the runtime.
 pub type NativeAndAllAssets = fungibles::UnionOf<