From 1c1646e6ce5d683f61bf1b608cc6ce7fcdcc6d31 Mon Sep 17 00:00:00 2001
From: Liam Aharon <liam.aharon@hotmail.com>
Date: Fri, 12 Apr 2024 11:29:03 +0400
Subject: [PATCH] fix doc build

---
 cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs  | 2 +-
 cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 9c39815d2be..6a46bc79b68 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 4b4115783b2..f967ceaa616 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<
-- 
GitLab