Skip to content

Commit 4131fe3

Browse files
committed
Fix
1 parent 096dc26 commit 4131fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/data-formats/bson.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ some situations that might require using raw BSON documents:
125125

126126
- Moving a document between databases or collections
127127
- Writing binary blobs to a disk
128-
- Bypassing the performance overhead of converting to and from {+language+} dictionaries.
128+
- Bypassing the performance overhead of converting to and from {+language+} dictionaries
129129

130130
You can use the ``RawBSONDocument`` class to represent raw BSON documents. To use
131131
``RawBSONDocument`` objects to represent documents in your collection, set the

0 commit comments

Comments
 (0)