From 116bbf091fef18263dbae3142734a5492f0fd96a Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Thu, 17 Mar 2022 10:50:16 -0400 Subject: [PATCH] Fix typo Signed-off-by: Thane Thomson --- types/vote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vote.go b/types/vote.go index ed49edb71..3d840f294 100644 --- a/types/vote.go +++ b/types/vote.go @@ -86,7 +86,7 @@ func (vote *Vote) CommitSig() CommitSig { } // VoteSignBytes returns the proto-encoding of the canonicalized Vote, for -// signing. Panics is the marshaling fails. +// signing. Panics if the marshaling fails. // // The encoded Protobuf message is varint length-prefixed (using MarshalDelimited) // for backwards-compatibility with the Amino encoding, due to e.g. hardware