mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Very minor typo in the docs (#7967)
Found this very minor typo when browsing the docs.
This commit is contained in:
committed by
GitHub
parent
7aec46257f
commit
71808f108f
@@ -1899,7 +1899,7 @@ pub mod pallet_prelude {
|
||||
/// use super::*;
|
||||
///
|
||||
/// #[pallet::pallet]
|
||||
/// #[pallet::generete($visibility_of_trait_store trait Store)]
|
||||
/// #[pallet::generate($visibility_of_trait_store trait Store)]
|
||||
/// // NOTE: if the visibility of trait store is private but you want to make it available
|
||||
/// // in super, then use `pub(super)` or `pub(crate)` to make it available in crate.
|
||||
/// pub struct Pallet<T>(PhantomData<T>);
|
||||
|
||||
Reference in New Issue
Block a user