Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
sam0x17 committed Mar 14, 2023
commit 725bed1d4f14103a0758f2cad264d299d720b90f
2 changes: 1 addition & 1 deletion frame/support/procedural/src/pallet/expand/doc_only.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn expand_doc_only(def: &mut Def) -> proc_macro2::TokenStream {
};

quote::quote!(
/// Auto-generated docs-only module listing all defined storage types for this pallet
/// Auto-generated docs-only module listing all defined storage types for this pallet.
/// Note that members of this module cannot be used directly and are only provided for
/// documentation purposes.
#[cfg(doc)]
Expand Down