Skip to content

Commit

Permalink
Merge pull request adambard#3335 from divayprakash/fix-yaml
Browse files Browse the repository at this point in the history
[yaml/en] Explain regexp, closes adambard#2197
  • Loading branch information
divayprakash authored Oct 27, 2018
2 parents 2c0e409 + 62e9ea6 commit 22baccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yaml.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ other_anchor: *anchor_name
base: &base
name: Everyone has same name

# The regexp << is called Merge Key Language-Independent Type. It is is used to
# indicate that all the keys of one or more specified maps should be inserted
# into the current map.

foo: &foo
<<: *base
age: 10
Expand Down

0 comments on commit 22baccd

Please sign in to comment.