fix doc and dyn (#8631)

This commit is contained in:
Guillaume Thiolliere
2021-04-17 17:01:31 +02:00
committed by GitHub
parent 4dcbac4b58
commit bb343c7c26
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ impl TypeId for PalletId {
const TYPE_ID: [u8; 4] = *b"modl";
}
/// Generate a new type alias for [`storage::types::value::StorageValue`],
/// [`storage::types::value::StorageMap`] and [`storage::types::value::StorageDoubleMap`].
/// Generate a new type alias for [`storage::types::StorageValue`],
/// [`storage::types::StorageMap`] and [`storage::types::StorageDoubleMap`].
///
/// Useful for creating a *storage-like* struct for test and migrations.
///