summaryrefslogtreecommitdiffhomepage
path: root/yaml.html.markdown
diff options
context:
space:
mode:
authorXing Zheng <betree.x@gmail.com>2021-06-08 09:55:56 +0800
committerGitHub <noreply@github.com>2021-06-08 09:55:56 +0800
commitb38d4437120e700646a45dff68b7c4ff3f7109c0 (patch)
tree768fd5234c2a3f240290ada8d136d2e2d5d80570 /yaml.html.markdown
parentd270b07a1f1eaddf3c4e47d457d7122d14c10d83 (diff)
`<<` is an expression, not a regex
Diffstat (limited to 'yaml.html.markdown')
-rw-r--r--yaml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaml.html.markdown b/yaml.html.markdown
index 6dc5905e..fa7485b8 100644
--- a/yaml.html.markdown
+++ b/yaml.html.markdown
@@ -123,7 +123,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.