File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ EQL JSONB functions accept an eJSONPath as an argument (instead of using `->`/`-
20
20
21
21
#### Decryption example
22
22
23
- ` cs_ste_vec_value_v1 ` returns the Plaintext EQL payload to the client.
23
+ ` cs_ste_vec_value_v1 ` returns the plaintext EQL payload to the client.
24
24
25
25
``` sql
26
26
SELECT cs_ste_vec_value_v1(encrypted_jsonb, $1 ) FROM examples;
@@ -216,7 +216,7 @@ Note that these are similar to the examples for `->`/`->>`. The difference in th
216
216
217
217
#### Decryption example
218
218
219
- ` cs_ste_vec_value_v1 ` returns the Plaintext EQL payload to the client.
219
+ ` cs_ste_vec_value_v1 ` returns the plaintext EQL payload to the client.
220
220
221
221
``` sql
222
222
SELECT cs_ste_vec_value_v1(encrypted_jsonb, $1 ) FROM examples;
You can’t perform that action at this time.
0 commit comments