aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/connections/gen_identity.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/connections/gen_identity.go')
-rw-r--r--api/graphql/connections/gen_identity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/connections/gen_identity.go b/api/graphql/connections/gen_identity.go
index 2138b17e..28a2b019 100644
--- a/api/graphql/connections/gen_identity.go
+++ b/api/graphql/connections/gen_identity.go
@@ -10,7 +10,7 @@ import (
"github.com/MichaelMure/git-bug/api/graphql/models"
)
-// ModelsIdentityWrapperEdgeMaker define a function that take a models.IdentityWrapper and an offset and
+// IdentityEdgeMaker define a function that take a models.IdentityWrapper and an offset and
// create an Edge.
type IdentityEdgeMaker func(value models.IdentityWrapper, offset int) Edge