Skip to content
Snippets Groups Projects
Commit 71808f10 authored by Gerben van de Wiel's avatar Gerben van de Wiel Committed by GitHub
Browse files

Very minor typo in the docs (#7967)

Found this very minor typo when browsing the docs.
parent 7aec4625
No related merge requests found
......@@ -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>);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment