Skip to content

Commit

Permalink
fix typo in godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj authored May 29, 2024
1 parent 2526a73 commit 55a6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/protobuf/protobuf.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// Convenience variable for simpler usage in gokv store options.
//
// options := redis.Options{
// Encoding: proto.Codec,
// Encoding: protobuf.Codec,
// }
var Codec = PBcodec{}

Expand Down

0 comments on commit 55a6f58

Please sign in to comment.