diff options
author | Xing Zheng <betree.x@gmail.com> | 2021-06-08 09:55:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 09:55:56 +0800 |
commit | b38d4437120e700646a45dff68b7c4ff3f7109c0 (patch) | |
tree | 768fd5234c2a3f240290ada8d136d2e2d5d80570 /yaml.html.markdown | |
parent | d270b07a1f1eaddf3c4e47d457d7122d14c10d83 (diff) |
`<<` is an expression, not a regex
Diffstat (limited to 'yaml.html.markdown')
-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 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. |