helper/diff: comment

This commit is contained in:
Mitchell Hashimoto 2014-06-24 10:33:03 -07:00
parent bd0f23ce25
commit d54034d0b5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/hashicorp/terraform/terraform"
)
// ResourceBuilder is a helper that can knows about how a single resource
// ResourceBuilder is a helper that knows about how a single resource
// changes and how those changes affect the diff.
type ResourceBuilder struct {
CreateComputedAttrs []string