From ac8a725a5144f37a23eb1666cbeb4a2f7523f53b Mon Sep 17 00:00:00 2001 From: neuroevolutus <19356702+neuroevolutus@users.noreply.github.com> Date: Sat, 11 Mar 2023 19:25:11 -0600 Subject: [PATCH] Change "remaple" to "remain" --- pkg/yqlib/doc/operators/assign-update.md | 2 +- pkg/yqlib/operator_assign_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/yqlib/doc/operators/assign-update.md b/pkg/yqlib/doc/operators/assign-update.md index be8ca08b..835efee4 100644 --- a/pkg/yqlib/doc/operators/assign-update.md +++ b/pkg/yqlib/doc/operators/assign-update.md @@ -203,7 +203,7 @@ a: ``` ## Update node value that has an anchor -Anchor will remaple +Anchor will remain Given a sample.yml file of: ```yaml diff --git a/pkg/yqlib/operator_assign_test.go b/pkg/yqlib/operator_assign_test.go index 47fcaa4c..a5e91c5c 100644 --- a/pkg/yqlib/operator_assign_test.go +++ b/pkg/yqlib/operator_assign_test.go @@ -196,7 +196,7 @@ var assignOperatorScenarios = []expressionScenario{ }, { description: "Update node value that has an anchor", - subdescription: "Anchor will remaple", + subdescription: "Anchor will remain", dontFormatInputForDoc: true, document: `a: &cool cat`, expression: `.a = "dog"`,