Merge pull request #18695 from hashicorp/paultyng-patch-2

Fix typo in comment
This commit is contained in:
Paul Tyng 2018-08-17 09:25:10 -04:00 committed by GitHub
commit 44539be8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ type Schema struct {
Sensitive bool
}
// SchemaDiffSuppresFunc is a function which can be used to determine
// SchemaDiffSuppressFunc is a function which can be used to determine
// whether a detected diff on a schema element is "valid" or not, and
// suppress it from the plan if necessary.
//