From 2ca376865ce36fec0d37b5b26edec830c15f1082 Mon Sep 17 00:00:00 2001 From: Valentin Kovalenko Date: Tue, 8 Aug 2023 15:04:01 -0600 Subject: [PATCH] Fix the wording DRIVERS-2469 --- .../connection-monitoring-and-pooling.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst b/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst index 7f37b4e660..7bf13cf797 100644 --- a/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst +++ b/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst @@ -1016,9 +1016,8 @@ See the `Load Balancer Specification <../load-balancers/load-balancers.rst#event /** * The time it took to check out the connection. - * More specifically, the time elapsed between the `ConnectionCheckOutStartedEvent` and - * the `ConnectionCheckedOutEvent`/`ConnectionCheckOutFailedEvent` - * emitted by the same checking out. + * More specifically, the time elapsed between + * the `ConnectionCheckOutStartedEvent` and this event. * * Naturally, if a new connection was not created (`ConnectionCreatedEvent`) * and established (`ConnectionReadyEvent`) as part of checking out,