Skip to content

Commit 42da03e

Browse files
authored
Merge pull request #26380 from HollowMan6/patch-1
fix fullwidth `!`
2 parents 57648a9 + 57e1fcd commit 42da03e

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
@@ -162,7 +162,7 @@ Three kinds of operators are admitted `=`,`==`,`!=`. The first two represent _eq
162162

163163
_基于等值__基于不等值_ 的需求允许按标签键和值进行过滤。
164164
匹配对象必须满足所有指定的标签约束,尽管它们也可能具有其他标签。
165-
可接受的运算符有`=``==``=` 三种。
165+
可接受的运算符有`=``==``!=` 三种。
166166
前两个表示 _相等_(并且只是同义词),而后者表示 _不相等_。例如:
167167

168168
```

0 commit comments

Comments
 (0)