Merge pull request #4829 from jonyhy96/patch-12

fix a grammar mistake
This commit is contained in:
k8s-ci-robot 2018-03-28 20:25:04 -07:00 committed by GitHub
commit c707c82f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ type RollingUpdateInstanceGroup struct {
// TODO - cloudonly
}
// NewRollingUpdateInstanceGroup create a new struct
// NewRollingUpdateInstanceGroup creates a new struct
func NewRollingUpdateInstanceGroup(cloud fi.Cloud, cloudGroup *cloudinstances.CloudInstanceGroup) (*RollingUpdateInstanceGroup, error) {
if cloud == nil {
return nil, fmt.Errorf("cloud provider is required")