Skip to content

Commit 0fa808e

Browse files
CDThomasauxesis
andauthored
Remove unneeded capitalisation
Co-authored-by: Lindsay Holmwood <[email protected]>
1 parent 0863b32 commit 0fa808e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NATIVE_POSTGRES_JSON_COMPARED_TO_EQL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EQL JSONB functions accept an eJSONPath as an argument (instead of using `->`/`-
2020

2121
#### Decryption example
2222

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.
2424

2525
```sql
2626
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
216216

217217
#### Decryption example
218218

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.
220220

221221
```sql
222222
SELECT cs_ste_vec_value_v1(encrypted_jsonb, $1) FROM examples;

0 commit comments

Comments
 (0)