Skip to content

Commit

Permalink
Fix non inclusive language (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-rich authored Aug 31, 2020
1 parent de88dc7 commit 2b8a6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vsphere/resource_vsphere_folder_migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-provider-vsphere/vsphere/internal/helper/folder"
)

// resourceVSphereFolderMigrateState is the master state migration function for
// resourceVSphereFolderMigrateState is the main state migration function for
// the vsphere_folder resource.
func resourceVSphereFolderMigrateState(version int, os *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) {
// Guard against a nil state.
Expand Down
2 changes: 1 addition & 1 deletion vsphere/resource_vsphere_virtual_machine_migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/vmware/govmomi/vim25/types"
)

// resourceVSphereVirtualMachineMigrateState is the master state migration function for
// resourceVSphereVirtualMachineMigrateState is the main state migration function for
// the vsphere_virtual_machine resource.
func resourceVSphereVirtualMachineMigrateState(version int, os *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) {
// Guard against a nil state.
Expand Down

0 comments on commit 2b8a6a7

Please # to comment.