From b38d4437120e700646a45dff68b7c4ff3f7109c0 Mon Sep 17 00:00:00 2001 From: Xing Zheng Date: Tue, 8 Jun 2021 09:55:56 +0800 Subject: [PATCH] `<<` is an expression, not a regex --- yaml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.