fix typo ResourceInstancChange to ResourceInstanceChange

This commit is contained in:
Kazuki Higashiguchi 2020-05-13 17:14:58 +09:00
parent 6cf3f76623
commit 7e46b6b9e7
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.