fix typos (#291)

This commit is contained in:
Black3HDF
2019-06-16 15:50:17 +08:00
committed by Bastian Köcher
parent 62869f8a0a
commit cab12b60c1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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)),