Better wording for label unique constraints (#14836)

This commit is contained in:
Adam Blasko
2022-05-30 17:53:36 +02:00
committed by GitHub
parent f6a915fe4b
commit e8b90488ac

View File

@@ -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.