mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
fix typos (#291)
This commit is contained in:
committed by
Bastian Köcher
parent
62869f8a0a
commit
cab12b60c1
@@ -93,7 +93,7 @@ pub struct SignedStatement<C, D, V, S> {
|
||||
/// three possible combinations (unordered)
|
||||
#[derive(PartialEq, Eq, Debug, Clone)]
|
||||
pub enum ValidityDoubleVote<C, D, S> {
|
||||
/// Implicit vote by issuing and explicity voting validity.
|
||||
/// Implicit vote by issuing and explicitly voting validity.
|
||||
IssuedAndValidity((C, S), (D, S)),
|
||||
/// Implicit vote by issuing and explicitly voting invalidity
|
||||
IssuedAndInvalidity((C, S), (D, S)),
|
||||
|
||||
Reference in New Issue
Block a user