Skip to content

Commit

Permalink
fix missing space before inline math (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbmes authored Nov 5, 2024
1 parent db8d8d1 commit 21c1427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client-side-encryption/client-side-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ Assume an exposition-only function $GetEncryptedFields(opts, collName, dbName, a
options, $collName$ is the name of the collection, $dbName$ is the name of the database associated with that collection,
and $askDb$ is a boolean value. The resulting `encryptedFields` $EF$ is found by:

1. Let $QualName$ be the string formed by joining$dbName$ and $collName$ with an ASCII dot `"."`.
1. Let $QualName$ be the string formed by joining $dbName$ and $collName$ with an ASCII dot `"."`.
2. If $opts$ contains an `"encryptedFields"` property, then $EF$ is the value of that property.
3. Otherwise, if `AutoEncryptionOptions.encryptedFieldsMap` contains an element named by $QualName$, then $EF$ is the
value of that element.
Expand Down

0 comments on commit 21c1427

Please sign in to comment.