File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ Overview
23
23
--------
24
24
25
25
This page describes how to use the builders API and demonstrates the utility provided by
26
- {+driver-short+} builder classes.
26
+ builder classes.
27
27
28
- The {+driver-short+} provides classes and methods that enable developers to efficiently
29
- build queries and aggregations.
28
+ The {+driver-short+} provides type-safe classes and methods that enable developers to
29
+ efficiently build queries and aggregations.
30
30
31
31
Why Use Builders?
32
32
-----------------
33
33
34
- When using the MongoDB shell or plain Kotlin to construct BSON documents, you are not
34
+ When using the MongoDB shell or plain Kotlin to construct BSON query documents, you are not
35
35
able to identify errors in your code until runtime.
36
36
37
37
With builder classes, you can write operators as methods and any syntax errors will be
You can’t perform that action at this time.
0 commit comments