Skip to content

Commit 6bd1ab1

Browse files
ajaleelpDivjot Arora
authored andcommitted
Fix minor typo in comment. (#236)
1 parent 3759e9f commit 6bd1ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/bsoncodec/default_value_decoders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (dvd DefaultValueDecoders) BooleanDecodeValue(dctx DecodeContext, vr bsonrw
117117
return err
118118
}
119119

120-
// IntDecodeValue is the ValueDecoderFunc for bool types.
120+
// IntDecodeValue is the ValueDecoderFunc for int types.
121121
func (dvd DefaultValueDecoders) IntDecodeValue(dc DecodeContext, vr bsonrw.ValueReader, val reflect.Value) error {
122122
var i64 int64
123123
var err error

0 commit comments

Comments
 (0)