From dd86b5e7f21d906b1f2728686192d4bc8dc121e9 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 28 May 2021 17:00:25 +1000 Subject: [PATCH] Fixing doc --- pkg/yqlib/doc/aa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/yqlib/doc/aa.md b/pkg/yqlib/doc/aa.md index 4303811..6460d95 100644 --- a/pkg/yqlib/doc/aa.md +++ b/pkg/yqlib/doc/aa.md @@ -71,7 +71,7 @@ dog Both sides have now been evaluated, so now the operator copies across the value from the RHS to the value on the LHS, and it returns the now updated context: ```yaml -a: cat +a: dog b: dog ```