Skip to content

Commit 10781e0

Browse files
committed
Fix
1 parent 657c8d4 commit 10781e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/serialization.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Serialization
2020
Overview
2121
--------
2222

23-
In this guide, you can learn how to use {+driver-long+} to perform
23+
In this guide, you can learn how to use {+driver-short+} to perform
2424
serialization.
2525

2626
Serialization is the process of mapping a {+language+} object to a BSON
2727
document for storage in MongoDB. {+driver-short+} automatically converts basic {+language+}
28-
types into BSON when you insert them into a collection. Similarly, when you retrieve a
28+
types into BSON when you insert a document into a collection. Similarly, when you retrieve a
2929
document from a collection, {+driver-short+} automatically converts the returned BSON
3030
back into the corresponding {+language+} types.
3131

0 commit comments

Comments
 (0)