From 84375d30d098e3417402b03e67d918b26772e5fb Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Tue, 23 Jul 2024 16:35:41 -0400 Subject: [PATCH] use imperative language --- source/client-side-encryption/tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/client-side-encryption/tests/README.md b/source/client-side-encryption/tests/README.md index 0d20740ac8..2d3ae7a8a3 100644 --- a/source/client-side-encryption/tests/README.md +++ b/source/client-side-encryption/tests/README.md @@ -3268,7 +3268,7 @@ class EncryptOpts { Assert the returned payload size equals the size of `payload_defaults`. > [!NOTE] -> The payload contents are not compared. The payloads include random data. The `trimFactor` and `sparsity` directly +> Do not compare the payload contents. The payloads include random data. The `trimFactor` and `sparsity` directly > affect the payload size. #### Case 2: Accepts `trimFactor` 0 @@ -3291,5 +3291,5 @@ class EncryptOpts { Assert the returned payload size is greater than the size of `payload_defaults`. > [!NOTE] -> The payload contents are not compared. The payloads include random data. The `trimFactor` and `sparsity` directly +> Do not compare the payload contents. The payloads include random data. The `trimFactor` and `sparsity` directly > affect the payload size.