Skip to content

Commit

Permalink
Fix typo (paritytech#12680)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and ark0f committed Feb 27, 2023
1 parent f3a86fd commit c179243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl BuildStorage for () {
/// Consensus engine unique ID.
pub type ConsensusEngineId = [u8; 4];

/// Signature verify that can work with any known signature types..
/// Signature verify that can work with any known signature types.
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
#[derive(Eq, PartialEq, Clone, Encode, Decode, MaxEncodedLen, RuntimeDebug, TypeInfo)]
pub enum MultiSignature {
Expand Down

0 comments on commit c179243

Please sign in to comment.