mirror of https://github.com/kubernetes/kops.git
Merge pull request #6041 from mooncak/fix_typos
Change "if" -> "if and only if" to make more clear
This commit is contained in:
commit
8aa61bc983
|
@ -83,7 +83,7 @@ func Test_Replacement(t *testing.T) {
|
|||
New *ChannelVersion
|
||||
Replaces bool
|
||||
}{
|
||||
// With no id, update iff newer semver
|
||||
// With no id, update if and only if newer semver
|
||||
{
|
||||
Old: &ChannelVersion{Version: s("1.0.0"), Id: ""},
|
||||
New: &ChannelVersion{Version: s("1.0.0"), Id: ""},
|
||||
|
|
Loading…
Reference in New Issue