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 814779d commit 6be4c94Copy full SHA for 6be4c94
bson/doc.go
@@ -53,7 +53,7 @@
53
// 16. BSON min key unmarshals to an primitive.MinKey.
54
// 17. BSON max key unmarshals to an primitive.MaxKey.
55
// 18. BSON undefined unmarshals to a primitive.Undefined.
56
-// 19. BSON null unmarshals to a primitive.Null.
+// 19. BSON null unmarshals to nil.
57
// 20. BSON DBPointer unmarshals to a primitive.DBPointer.
58
// 21. BSON symbol unmarshals to a primitive.Symbol.
59
//
0 commit comments