Fix typo in header for has operation

This commit is contained in:
neuroevolutus 2023-03-12 01:29:12 -06:00
parent 10375ba753
commit 218896d094
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Has
This is operation that returns true if the key exists in a map (or index in an array), false otherwise.
This operation returns true if the key exists in a map (or index in an array), false otherwise.
## Has map key
Given a sample.yml file of:

View File

@ -1,3 +1,3 @@
# Has
This is operation that returns true if the key exists in a map (or index in an array), false otherwise.
This operation returns true if the key exists in a map (or index in an array), false otherwise.