From 80f4942c53a706a1a96d710fe88e3bec564273d8 Mon Sep 17 00:00:00 2001 From: Liu Ming Date: Sun, 27 Sep 2020 16:48:27 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BC=BA=E5=B0=91=E5=8F=B3=E6=8B=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: 缺少右括号 --- .../zh/docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/overview/working-with-objects/labels.md b/content/zh/docs/concepts/overview/working-with-objects/labels.md index 941cdaccb2..8e30177cee 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/labels.md +++ b/content/zh/docs/concepts/overview/working-with-objects/labels.md @@ -239,7 +239,7 @@ Similarly the comma separator acts as an _AND_ operator. So filtering resources The _set-based_ label selector is a general form of equality since `environment=production` is equivalent to `environment in (production)`; similarly for `!=` and `notin`. --> _基于集合_ 的标签选择算符是相等标签选择算符的一般形式,因为 `environment=production` -等同于 `environment in(production`;`!=` 和 `notin` 也是类似的。 +等同于 `environment in(production)`;`!=` 和 `notin` 也是类似的。