summaryrefslogtreecommitdiffhomepage
path: root/yaml.html.markdown
diff options
context:
space:
mode:
authorEli Orzitzer <e_orz@yahoo.com>2024-05-13 22:32:33 +0300
committerGitHub <noreply@github.com>2024-05-13 13:32:33 -0600
commitd935b164e43ca32c8670d6d5482ff8e330478c78 (patch)
treef5817b9b635f3a7d9c6c54e94a4e3f581496bbde /yaml.html.markdown
parent950adf2cc3a358d08848da8c2346cbb74ce33311 (diff)
[yaml/en] Fix an example in YAML (#4562)
Diffstat (limited to 'yaml.html.markdown')
-rw-r--r--yaml.html.markdown2
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]