aboutsummaryrefslogtreecommitdiffstats
path: root/identity/interface.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-03-10 16:27:22 +0100
committerMichael Muré <batolettre@gmail.com>2022-03-10 16:30:27 +0100
commitb11679bc80b115c61a5cdee8ff8b5f8f1f69533d (patch)
tree956495036e383caab11006239e31e591436a33cd /identity/interface.go
parentdf55cc49a85eaf3a2d3c2ceb1fbcccac19fa6eb8 (diff)
downloadgit-bug-b11679bc80b115c61a5cdee8ff8b5f8f1f69533d.tar.gz
Fix a bunch of comments and documentations
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
}