From d935b164e43ca32c8670d6d5482ff8e330478c78 Mon Sep 17 00:00:00 2001 From: Eli Orzitzer Date: Mon, 13 May 2024 22:32:33 +0300 Subject: [yaml/en] Fix an example in YAML (#4562) --- yaml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml.html.markdown b/yaml.html.markdown index 6901695c..6e2545c4 100644 --- a/yaml.html.markdown +++ b/yaml.html.markdown @@ -177,7 +177,7 @@ bar: <<: *base # base anchor will be merged age: 20 -# foo and bar would also have name: Everyone has same name +# foo name won't be changed and it will be: John. On the other hand, bar's name will be changed to the base one: Everyone has same name # YAML also has tags, which you can use to explicitly declare types. # Syntax: !![typeName] [value] -- cgit v1.2.3