File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ type StateStoreWithConfigure interface {
5454
5555// StateStoreWithConfigValidators is an interface type that extends StateStore to include declarative validations.
5656//
57- // Declaring validation using this methodology simplifies implementation of
57+ // Declaring validation using this methodology simplifies the implementation of
5858// reusable functionality. These also include descriptions, which can be used
5959// for automating documentation.
6060//
61- // Validation will include ConfigValidators and ValidateConfig, if both are
61+ // Validation will include ConfigValidators and ValidateConfig if both are
6262// implemented, in addition to any Attribute or Type validation.
6363type StateStoreWithConfigValidators interface {
6464 StateStore
@@ -73,7 +73,7 @@ type StateStoreWithConfigValidators interface {
7373// functionality that typically applies to a single StateStore. Any documentation
7474// of this functionality must be manually added into schema descriptions.
7575//
76- // Validation will include ConfigValidators and ValidateConfig, if both are
76+ // Validation will include ConfigValidators and ValidateConfig if both are
7777// implemented, in addition to any Attribute or Type validation.
7878type StateStoreWithValidateConfig interface {
7979 StateStore
You can’t perform that action at this time.
0 commit comments