Skip to content

Commit e064ebb

Browse files
committed
more edits
1 parent daf2f8d commit e064ebb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect/connection-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Using a ``Mongo::Client``
4242

4343
You can pass connection options as arguments to the ``Mongo::Client`` constructor
4444
instead of including them in your connection URI.
45-
Configuring the connection this way makes it easier to
46-
change settings at runtime and helps you catch errors during compilation.
45+
When you configure your connection this way, it easier for you to
46+
change settings at runtime and catch errors during compilation.
4747
The following example shows how to use the ``Mongo::Client`` constructor to set
4848
connection options:
4949

@@ -161,8 +161,8 @@ Server Selection
161161
| **Connection URI Example**: N/A
162162

163163
* - **:server_selection_timeout**
164-
- | The number of seconds to wait for an appropriate server to
165-
| be selected for an operation to be executed before raising an exception.
164+
- | The maximum amount of time, in seconds, the driver waits
165+
| for server selection to succeed before throwing an exception.
166166
|
167167
| **Data Type**: ``Integer``
168168
| **Default**: ``30``

0 commit comments

Comments
 (0)