We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd0d3c commit 7450663Copy full SHA for 7450663
bson/bsoncodec/default_value_decoders.go
@@ -55,7 +55,7 @@ type DefaultValueDecoders struct{}
55
//
56
// There is no support for decoding map[string]interface{} becuase there is no decoder for
57
// interface{}, so users must either register this decoder themselves or use the
58
-// EmptyInterfaceDecoder avaialble in the bson package.
+// EmptyInterfaceDecoder available in the bson package.
59
func (dvd DefaultValueDecoders) RegisterDefaultDecoders(rb *RegistryBuilder) {
60
if rb == nil {
61
panic(errors.New("argument to RegisterDefaultDecoders must not be nil"))
0 commit comments