Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Jan 12, 2024
1 parent 6775f6b commit 67495b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func CreateNonce() ([]byte, error) {
return nonce, errors.WithMessage(err, "error generating random nonce")
}

// UnmarshalEnvelopeOfType unmarshals an envelope of the specified type,
// UnmarshalEnvelopeOfType unmarshal an envelope of the specified type,
// including unmarshalling the payload data
func UnmarshalEnvelopeOfType(envelope *common.Envelope, headerType common.HeaderType, message proto.Message) (*common.ChannelHeader, error) {
payload, err := UnmarshalPayload(envelope.Payload)
Expand Down

0 comments on commit 67495b6

Please sign in to comment.