Skip to content

Commit

Permalink
Fix variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jul 10, 2023
1 parent 78b5799 commit 858c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/queryable_encryption-explicit.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@

/* Using the client configured with encryption (but not automatic encryption),
* find the document and observe that the fields are automatically decrypted. */
print_r($encryptedCollection->findOne(['encryptedIndexed' => $findPayload]));
print_r($encryptedCollection->findOne(['encryptedIndexed' => $indexedFindPayload]));

0 comments on commit 858c95a

Please sign in to comment.