This commit is contained in:
Guillaume Thiolliere
2021-07-06 16:14:30 +02:00
committed by GitHub
parent e581e6aff3
commit d969da8aa5
+1 -1
View File
@@ -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:
///