Skip to content

Commit eefd07f

Browse files
committed
Updating commit
1 parent 1d9a850 commit eefd07f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

statestore/statestore.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
6363
type 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.
7878
type StateStoreWithValidateConfig interface {
7979
StateStore

0 commit comments

Comments
 (0)