From 218896d094fbd7b5faceeac3ada6dae27d6b8f2c Mon Sep 17 00:00:00 2001 From: neuroevolutus <19356702+neuroevolutus@users.noreply.github.com> Date: Sun, 12 Mar 2023 01:29:12 -0600 Subject: [PATCH] Fix typo in header for `has` operation --- pkg/yqlib/doc/operators/has.md | 2 +- pkg/yqlib/doc/operators/headers/has.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.