1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

Merge pull request #3419 from rohith/patch-1

[yaml/en] Removed duplicate is in YAML docs
This commit is contained in:
Andre Polykanine
2018-12-07 20:01:11 +02:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ 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
# The regexp << is called Merge Key Language-Independent Type. It is used to
# indicate that all the keys of one or more specified maps should be inserted
# into the current map.