Skip to content

Commit 6be4c94

Browse files
committed
GODRIVER-1768 fix documentation for unmarshaling BSON Null into bson.D/M (#526)
1 parent 814779d commit 6be4c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// 16. BSON min key unmarshals to an primitive.MinKey.
5454
// 17. BSON max key unmarshals to an primitive.MaxKey.
5555
// 18. BSON undefined unmarshals to a primitive.Undefined.
56-
// 19. BSON null unmarshals to a primitive.Null.
56+
// 19. BSON null unmarshals to nil.
5757
// 20. BSON DBPointer unmarshals to a primitive.DBPointer.
5858
// 21. BSON symbol unmarshals to a primitive.Symbol.
5959
//

0 commit comments

Comments
 (0)