Skip to content

Commit 5acaf2b

Browse files
committed
Fixes
1 parent 117c49f commit 5acaf2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/builders.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Overview
2323
--------
2424

2525
This page describes how to use the builders API and demonstrates the utility provided by
26-
{+driver-short+} builder classes.
26+
builder classes.
2727

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.
3030

3131
Why Use Builders?
3232
-----------------
3333

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
3535
able to identify errors in your code until runtime.
3636

3737
With builder classes, you can write operators as methods and any syntax errors will be

0 commit comments

Comments
 (0)