Skip to content

Commit 858c95a

Browse files
committed
Fix variable typo
1 parent 78b5799 commit 858c95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/queryable_encryption-explicit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191

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

0 commit comments

Comments
 (0)