mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Fix typo
This commit is contained in:
parent
c4e575d4ac
commit
e10e5b99d5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ func TestSetString(t *testing.T) {
|
|||
matches(t, Set{"foo": "bar"}, "foo=bar")
|
||||
matches(t, Set{"foo": "bar", "baz": "qup"}, "baz=qup,foo=bar")
|
||||
|
||||
// TODO: Make our label representation robust enough to handel labels
|
||||
// TODO: Make our label representation robust enough to handle labels
|
||||
// with ",=!" characters in their names.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue