Skip to content

Commit bdd1c68

Browse files
committed
Fix
1 parent 3ecd0f2 commit bdd1c68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/data-formats/bson.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The following example shows a document in both dictionary and BSON formats. Use
4848

4949
.. code-block:: none
5050

51-
\x16\x00\x00\x00 // total document size
52-
\x02 // 0x02 = type String
53-
hello\x00 // field name
54-
\x06\x00\x00\x00world\x00 // field value
55-
\x00 // 0x00 = type EOO ('end of object')
51+
\x16\x00\x00\x00 # total document size
52+
\x02 # 0x02 = type String
53+
hello\x00 # field name
54+
\x06\x00\x00\x00world\x00 # field value
55+
\x00 # 0x00 = type EOO ("end of object")
5656

5757

5858
Sample Data

0 commit comments

Comments
 (0)