diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-04 04:26:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 04:26:27 -0700 |
commit | fd895d59f9989bdabec9590e0f3c1322f0370178 (patch) | |
tree | fa2dbdd40da35b3c27f928f1112ea43193a7482e | |
parent | 327001f58739489b41f6b1f7bbc8be900847b381 (diff) | |
parent | 4d59048f0df8441e5ad2c2c440e8d54b0e9c11b6 (diff) |
Merge pull request #4175 from xing-zheng/patch-2
`<<` is an expression, not a regex
-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 2bb35d42..6901695c 100644 --- a/yaml.html.markdown +++ b/yaml.html.markdown @@ -165,7 +165,7 @@ other_anchor: *anchor_name base: &base name: Everyone has same name -# The regexp << is called 'Merge Key Language-Independent Type'. It is used to +# The expression << 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. # NOTE: If key already exists alias will not be merged |