Skip to content

Commit 18475f8

Browse files
authored
fix typo in bsoncodec.StringCodec comment (#1142)
Signed-off-by: Aleksandr Yakimenko <[email protected]>
1 parent 69630e0 commit 18475f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/bsoncodec/string_codec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"go.mongodb.org/mongo-driver/bson/bsontype"
1616
)
1717

18-
// StringCodec is the Codec used for struct values.
18+
// StringCodec is the Codec used for string values.
1919
type StringCodec struct {
2020
DecodeObjectIDAsHex bool
2121
}

0 commit comments

Comments
 (0)