mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 03:01:02 +00:00
typo fix in core (#2987)
This commit is contained in:
@@ -111,7 +111,7 @@ pub trait BuildStorage: Sized {
|
||||
) -> Result<(), String>;
|
||||
}
|
||||
|
||||
/// Somethig that can build the genesis storage of a module.
|
||||
/// Something that can build the genesis storage of a module.
|
||||
#[cfg(feature = "std")]
|
||||
pub trait BuildModuleGenesisStorage<T, I>: Sized {
|
||||
/// Create the module genesis storage into the given `storage` and `child_storage`.
|
||||
|
||||
Reference in New Issue
Block a user