Skip to content

Commit

Permalink
use imperative language
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jul 23, 2024
1 parent fca78a2 commit 84375d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/client-side-encryption/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 84375d3

Please sign in to comment.