Fix typo in comment
This commit is contained in:
parent
23ccd95b13
commit
74eae6825a
|
@ -199,7 +199,7 @@ type Schema struct {
|
||||||
Sensitive bool
|
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
|
// whether a detected diff on a schema element is "valid" or not, and
|
||||||
// suppress it from the plan if necessary.
|
// suppress it from the plan if necessary.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue