From e8b90488ac7d1743c32be5bf4226958cb585cb96 Mon Sep 17 00:00:00 2001 From: Adam Blasko Date: Mon, 30 May 2022 17:53:36 +0200 Subject: [PATCH] Better wording for label unique constraints (#14836) --- config/labels-custom-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/labels-custom-metadata.md b/config/labels-custom-metadata.md index 9826368b69..b5f293b801 100644 --- a/config/labels-custom-metadata.md +++ b/config/labels-custom-metadata.md @@ -23,7 +23,7 @@ sense for your business or application. ## Label keys and values A label is a key-value pair, stored as a string. You can specify multiple labels -for an object, but each key-value pair must be unique within an object. If the +for an object, but each key must be unique within an object. If the same key is given multiple values, the most-recently-written value overwrites all previous values.