diff options
| author | Andre Polykanine <ap@oire.me> | 2018-12-07 20:01:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-07 20:01:11 +0200 |
| commit | 8b5de74319b9346869bf614316052c34d9b38581 (patch) | |
| tree | 957c14a55f7aca88c3d844e64ddc2ed77ac8650d | |
| parent | 3778cd348fab51a62316a01ec42bad1b69b1c169 (diff) | |
| parent | ef4106486f94fb8273e27a8aab0babc4324a3e20 (diff) | |
Merge pull request #3419 from rohith/patch-1
[yaml/en] Removed duplicate is in YAML docs
| -rw-r--r-- | yaml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaml.html.markdown b/yaml.html.markdown index 8683971e..09c5dfc5 100644 --- a/yaml.html.markdown +++ b/yaml.html.markdown @@ -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. |
