From 0e17c1eac415da2671346e0719a4063fa91f88e0 Mon Sep 17 00:00:00 2001 From: Valentin Kovalenko Date: Fri, 25 Aug 2023 15:27:56 -0600 Subject: [PATCH] MAY -> may DRIVERS-2707 --- .../connection-monitoring-and-pooling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 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 678c2d8a82..a37cd70c95 100644 --- a/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst +++ b/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst @@ -929,7 +929,7 @@ See the `Load Balancer Specification <../load-balancers/load-balancers.rst#event * the time to deliver the `ConnectionCreatedEvent`. * Doing so eliminates a thing to worry about in support cases related to this duration, * because the time to deliver synchronously is affected by user code. - * We MAY reconsider this decision in the future. + * We may reconsider this decision in the future. * * A driver MAY choose the type idiomatic to the driver. * If the type chosen does not convey units, e.g., `int64`, @@ -1031,7 +1031,7 @@ See the `Load Balancer Specification <../load-balancers/load-balancers.rst#event * the time to deliver the `ConnectionCheckOutStartedEvent`. * Doing so eliminates a thing to worry about in support cases related to this duration, * because the time to deliver synchronously is affected by user code. - * We MAY reconsider this decision in the future. + * We may reconsider this decision in the future. * * A driver MAY choose the type idiomatic to the driver. * If the type chosen does not convey units, e.g., `int64`,