diff --git a/frame/support/src/lib.rs b/frame/support/src/lib.rs index b1296a2bd01d..4134c7302a4c 100644 --- a/frame/support/src/lib.rs +++ b/frame/support/src/lib.rs @@ -1396,7 +1396,7 @@ pub mod pallet_prelude { /// ``` /// /// This require all storage to implement the trait [`traits::StorageInfoTrait`], thus all keys -/// and value types must bound [`traits::MaxEncodedLen`]. +/// and value types must bound [`pallet_prelude::MaxEncodedLen`]. /// /// ### Macro expansion: ///