Merge pull request #6041 from mooncak/fix_typos

Change "if" -> "if and only if" to make more clear
This commit is contained in:
k8s-ci-robot 2018-11-06 08:02:28 -08:00 committed by GitHub
commit 8aa61bc983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: ""},