Merge pull request #4045 from imba-tjd/patch-4

[yaml/en] Remove unused anchor
This commit is contained in:
Max Schumacher 2020-10-20 12:38:50 +02:00 committed by GitHub
commit 7260961ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,11 +127,11 @@ base: &base
# indicate that all the keys of one or more specified maps should be inserted
# into the current map.
foo: &foo
foo:
<<: *base
age: 10
bar: &bar
bar:
<<: *base
age: 20
@ -184,5 +184,5 @@ set2:
### More Resources
+ [YAML official website](http://yaml.org/)
+ [YAML official website](https://yaml.org/)
+ [Online YAML Validator](http://www.yamllint.com/)