Skip to content

Commit 1d44e68

Browse files
author
Chris Cho
committed
fix spacing
1 parent 49371f5 commit 1d44e68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/whats-new.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ What's New in 1.15
5050

5151
The 1.15 {+driver-short+} release includes the following improvements and fixes:
5252

53-
- Connection churn can be mitigated by setting a client-wide timeout by
54-
specifying the ``timeoutMS`` connection option or by calling the
55-
`SetTimeout() <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo/options#ClientOptions.SetTimeout>`__
53+
- Connection churn can be mitigated by setting a client-wide timeout by
54+
specifying the ``timeoutMS`` connection option or by calling the
55+
`SetTimeout() <https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo/options#ClientOptions.SetTimeout>`__
5656
function. When the timeout is set, the driver attempts to reuse a connection
5757
after an operation times out and waits for up to one second to check if
5858
the connection can be reused before closing it.

0 commit comments

Comments
 (0)