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 935fe3f commit 5ce8618Copy full SHA for 5ce8618
bson/doc.go
@@ -43,7 +43,7 @@
43
// 6. BSON embedded document unmarshals to the parent type (i.e. D for a D, M for an M).
44
// 7. BSON array unmarshals to a bson.A.
45
// 8. BSON ObjectId unmarshals to a primitive.ObjectID.
46
-// 9. BSON datetime unmarshals to a primitive.Datetime.
+// 9. BSON datetime unmarshals to a primitive.DateTime.
47
// 10. BSON binary unmarshals to a primitive.Binary.
48
// 11. BSON regular expression unmarshals to a primitive.Regex.
49
// 12. BSON JavaScript unmarshals to a primitive.JavaScript.
0 commit comments