diff --git a/pkg/yqlib/doc/operators/has.md b/pkg/yqlib/doc/operators/has.md index 4a5e294a..af66b009 100644 --- a/pkg/yqlib/doc/operators/has.md +++ b/pkg/yqlib/doc/operators/has.md @@ -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: diff --git a/pkg/yqlib/doc/operators/headers/has.md b/pkg/yqlib/doc/operators/headers/has.md index 3be66fee..03101e94 100644 --- a/pkg/yqlib/doc/operators/headers/has.md +++ b/pkg/yqlib/doc/operators/headers/has.md @@ -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.