From 4d08e36759e5ea669c98f644cae2ffdb2a16bbde Mon Sep 17 00:00:00 2001 From: Valentin Kovalenko Date: Tue, 8 Aug 2023 15:05:58 -0600 Subject: [PATCH] Fix the wording DRIVERS-2469 --- .../connection-monitoring-and-pooling.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 7bf13cf797..cea6ab4604 100644 --- a/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst +++ b/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst @@ -1017,7 +1017,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 this event. + * the `ConnectionCheckOutStartedEvent` + * emitted by the same checking out and this event. * * Naturally, if a new connection was not created (`ConnectionCreatedEvent`) * and established (`ConnectionReadyEvent`) as part of checking out,