Skip to content

Commit 80f4942

Browse files
committed
docs: 缺少右括号
docs: 缺少右括号
1 parent 2898020 commit 80f4942

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/overview/working-with-objects/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Similarly the comma separator acts as an _AND_ operator. So filtering resources
239239
The _set-based_ label selector is a general form of equality since `environment=production` is equivalent to `environment in (production)`; similarly for `!=` and `notin`.
240240
-->
241241
_基于集合_ 的标签选择算符是相等标签选择算符的一般形式,因为 `environment=production`
242-
等同于 `environment in(production`;`!=` 和 `notin` 也是类似的。
242+
等同于 `environment in(production`;`!=` 和 `notin` 也是类似的。
243243
244244
<!--
245245
_Set-based_ requirements can be mixed with _equality-based_ requirements. For example: `partition in (customerA, customerB),environment!=qa`.

0 commit comments

Comments
 (0)