Skip to content

Commit

Permalink
utility mod comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
runcomet committed Dec 28, 2024
1 parent 22d166e commit 85277d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ pub mod account {
pub use sp_runtime::traits::{IdentifyAccount, IdentityLookup};
}

/// Utility traits and types not tied to any direct operation in the runtime.
/// Utility traits not tied to any direct operation in the runtime.
pub mod utility {
pub use frame_support::traits::{Everything, VariantCount, VariantCountOf};
}
Expand Down

0 comments on commit 85277d8

Please sign in to comment.