mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-11 01:09:54 +00:00
Fix typo in header for has operation
This commit is contained in:
parent
10375ba753
commit
218896d094
@ -1,6 +1,6 @@
|
|||||||
# Has
|
# 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
|
## Has map key
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
# Has
|
# 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