Skip to content

Commit b24c1b9

Browse files
committed
edit title
1 parent ff6deeb commit b24c1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connection/connection-pools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ to the pool for reuse.
2929
Connection pools help reduce application latency and the number of times new connections
3030
are created by {+driver-short+}.
3131

32-
Create and Use a Connection Pool
33-
--------------------------------
32+
Create a Connection Pool
33+
------------------------
3434

3535
Every ``MongoClient`` instance has a built-in connection pool for each server
3636
in your MongoDB topology. Connection pools open sockets on demand to support

0 commit comments

Comments
 (0)