fix a grammar mistake

fix a grammar mistake
This commit is contained in:
Haoyun 2018-03-28 12:31:10 +08:00 committed by GitHub
parent 9650c6a179
commit 1b8c222026
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")