Skip to content

Commit

Permalink
Merge pull request #3 from dray92/patch-1
Browse files Browse the repository at this point in the history
Update nonce.go to fix typo in EncodeMsgpack func docstring
  • Loading branch information
btoews authored Sep 21, 2023
2 parents 20d33ac + 17e12e3 commit db0e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonce.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (n *Nonce) DecodeMsgpack(d *msgpack.Decoder) error {
return nil
}

// DecodeMsgpack implements [msgpack.CustomDecoder]
// EncodeMsgpack implements [msgpack.CustomDecoder]
func (n *Nonce) EncodeMsgpack(e *msgpack.Encoder) error {
var fields []any

Expand Down

0 comments on commit db0e31c

Please sign in to comment.