File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/landing/layouts/partials Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< h2 > Features</ h2 >
2
2
3
3
< dl >
4
- < dt > Bson Library</ dt >
5
- < dd > A standalone bson library, with a new Codec infrastructure that you can
4
+ < dt > BSON Library</ dt >
5
+ < dd > A standalone BSON library, with a new Codec infrastructure that you can
6
6
use to build high-performance encoders and decoders without requiring an
7
7
intermediate Map instance.</ dd >
8
8
< dt > MongoDB Driver</ dt >
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ <h2>Introduction</h2>
2
2
3
3
< p >
4
4
The official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB.
5
- Powering the drivers is a new driver core and a bson library.
5
+ Powering the drivers is a new driver core and BSON library.
6
6
</ p >
You can’t perform that action at this time.
0 commit comments