Skip to content

Commit 7450663

Browse files
authored
Fix typo in default_value_decoders.go (#680)
1 parent 0cd0d3c commit 7450663

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
@@ -55,7 +55,7 @@ type DefaultValueDecoders struct{}
5555
//
5656
// There is no support for decoding map[string]interface{} becuase there is no decoder for
5757
// interface{}, so users must either register this decoder themselves or use the
58-
// EmptyInterfaceDecoder avaialble in the bson package.
58+
// EmptyInterfaceDecoder available in the bson package.
5959
func (dvd DefaultValueDecoders) RegisterDefaultDecoders(rb *RegistryBuilder) {
6060
if rb == nil {
6161
panic(errors.New("argument to RegisterDefaultDecoders must not be nil"))

0 commit comments

Comments
 (0)