Merge pull request #24938 from hgsgtk/fix/typo_instance

fix typo ResourceInstancChange to ResourceInstanceChange
This commit is contained in:
Daniel Dreier 2020-05-18 18:23:12 -07:00 committed by GitHub
commit 19dc9b7b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
// ResourceInstanceChangeSrc is a not-yet-decoded ResourceInstanceChange.
// Pass the associated resource type's schema type to method Decode to
// obtain a ResourceInstancChange.
// obtain a ResourceInstanceChange.
type ResourceInstanceChangeSrc struct {
// Addr is the absolute address of the resource instance that the change
// will apply to.