fix typo ResourceInstancChange to ResourceInstanceChange
This commit is contained in:
parent
6cf3f76623
commit
7e46b6b9e7
|
@ -10,7 +10,7 @@ import (
|
||||||
|
|
||||||
// ResourceInstanceChangeSrc is a not-yet-decoded ResourceInstanceChange.
|
// ResourceInstanceChangeSrc is a not-yet-decoded ResourceInstanceChange.
|
||||||
// Pass the associated resource type's schema type to method Decode to
|
// Pass the associated resource type's schema type to method Decode to
|
||||||
// obtain a ResourceInstancChange.
|
// obtain a ResourceInstanceChange.
|
||||||
type ResourceInstanceChangeSrc struct {
|
type ResourceInstanceChangeSrc struct {
|
||||||
// Addr is the absolute address of the resource instance that the change
|
// Addr is the absolute address of the resource instance that the change
|
||||||
// will apply to.
|
// will apply to.
|
||||||
|
|
Loading…
Reference in New Issue