Skip to content

Commit 21d6199

Browse files
committed
Fix
1 parent 8b95755 commit 21d6199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/data-formats/bson.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ The following example reads the sample BSON document from ``file.bson``:
117117

118118
{"address": {"street": "Pizza St", "zipcode": "10003"}, "coord": [-73.982419, 41.579505], "cuisine": "Pizza", "name": "Mongo's Pizza"}
119119

120-
RawBSONDocument
121-
---------------
120+
Work with Raw BSON Data
121+
-----------------------
122122

123123
You might prefer to use raw BSON documents in certain cases, such as when you move a
124124
document between databases or collections, when you must write binary blobs to a

0 commit comments

Comments
 (0)