From d969da8aa50cb208a565f2f31df9277fa28d7504 Mon Sep 17 00:00:00 2001 From: Guillaume Thiolliere Date: Tue, 6 Jul 2021 16:14:30 +0200 Subject: [PATCH] fix link (#9289) --- substrate/frame/support/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/support/src/lib.rs b/substrate/frame/support/src/lib.rs index b1296a2bd0..4134c7302a 100644 --- a/substrate/frame/support/src/lib.rs +++ b/substrate/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: ///