From c03b44bc045f2aad41dab50c620ed8f8a31342f0 Mon Sep 17 00:00:00 2001 From: kurisu Date: Thu, 9 Jan 2020 19:41:44 +0800 Subject: [PATCH] [typo]fix The fourth example translation error (#18553) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit English version: The fourth example selects all resources without a label with key `partition`; no values are checked. Chinese version: 第三个示例选择了所有没有 `partition` 标签的资源;没有校验它的值。 Fix version: 第四个示例选择了所有没有 `partition` 标签的资源;没有校验它的值。 --- .../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 3bc5554c5e..e8d607e732 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/labels.md +++ b/content/zh/docs/concepts/overview/working-with-objects/labels.md @@ -222,7 +222,7 @@ The third example selects all resources including a label with key `partition`; The fourth example selects all resources without a label with key `partition`; no values are checked. --> -第三个示例选择了所有没有 `partition` 标签的资源;没有校验它的值。 +第四个示例选择了所有没有 `partition` 标签的资源;没有校验它的值。