Skip to content

Commit d8b7788

Browse files
mongoKartrustagir
andauthored
Apply suggestions from code review
Co-authored-by: Rea Rustagi <[email protected]>
1 parent cf5229b commit d8b7788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect/connection-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ Connection Pools
148148
~~~~~~~~~~~~~~~~
149149

150150
A **connection pool** is a cache of open database connections maintained by {+driver-short+}.
151-
When your application requests a connection to MongoDB, {+driver-short+} seamlessly
151+
When your application requests a connection to MongoDB, {+driver-short+}
152152
gets a connection from the pool, performs operations, and returns the connection
153153
to the pool for reuse. Connection pools help reduce application latency and the number
154-
of times new connections are created by {+driver-short+}.
154+
of times that {+driver-short+} must create new connections.
155155

156156
To learn more about connection pools, see
157157
:manual:`Connection Pool Overview </administration/connection-pool-overview/>`

0 commit comments

Comments
 (0)