mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[yaml/en] Remove unused anchor
This commit is contained in:
parent
33cd1f57ef
commit
7d6d031189
@ -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/)
|
||||
|
Loading…
Reference in New Issue
Block a user