From 48f0badd669e11beb9bb1d6e10e1646550e9ca7f Mon Sep 17 00:00:00 2001 From: neuroevolutus <19356702+neuroevolutus@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:05:46 -0500 Subject: [PATCH] Remove comma in `subtract` article --- pkg/yqlib/doc/operators/headers/subtract.md | 2 +- pkg/yqlib/doc/operators/subtract.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/yqlib/doc/operators/headers/subtract.md b/pkg/yqlib/doc/operators/headers/subtract.md index 37b12b84..52ac6756 100644 --- a/pkg/yqlib/doc/operators/headers/subtract.md +++ b/pkg/yqlib/doc/operators/headers/subtract.md @@ -1,3 +1,3 @@ # Subtract -You can use subtract to subtract numbers, as well as removing elements from an array. +You can use subtract to subtract numbers as well as remove elements from an array. diff --git a/pkg/yqlib/doc/operators/subtract.md b/pkg/yqlib/doc/operators/subtract.md index b850cc97..8184424c 100644 --- a/pkg/yqlib/doc/operators/subtract.md +++ b/pkg/yqlib/doc/operators/subtract.md @@ -1,6 +1,6 @@ # Subtract -You can use subtract to subtract numbers, as well as removing elements from an array. +You can use subtract to subtract numbers as well as remove elements from an array. ## Array subtraction Running