mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Fix typo in header for has operation
This commit is contained in:
parent
10375ba753
commit
218896d094
@ -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:
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user