aboutsummaryrefslogtreecommitdiffstats
path: root/identity/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'identity/interface.go')
-rw-r--r--identity/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/interface.go b/identity/interface.go
index 5b14295b..c6e22e00 100644
--- a/identity/interface.go
+++ b/identity/interface.go
@@ -57,6 +57,6 @@ type Interface interface {
// Validate check if the Identity data is valid
Validate() error
- // Indicate that the in-memory state changed and need to be commit in the repository
+ // NeedCommit indicate that the in-memory state changed and need to be committed in the repository
NeedCommit() bool
}