diff options
Diffstat (limited to 'yaml.html.markdown')
-rw-r--r-- | yaml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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] |