Skip to content

Commit

Permalink
Update nonce.go to fix typo in EncodeMsgpack func docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dray92 authored Sep 21, 2023
1 parent 71790aa commit 17e12e3
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 17e12e3

Please sign in to comment.