summaryrefslogtreecommitdiffstatshomepage
path: root/api/graphql/connections/gen_lazy_identity.go
diff options
context:
space:
mode:
authordeferdeter <deferdeter@outlook.com>2024-04-16 14:10:59 +0800
committerdeferdeter <deferdeter@outlook.com>2024-04-16 14:10:59 +0800
commitce7fd6fce6b275d3dc79fbab5711f64f34f495c8 (patch)
treeb37bd46d263113907952439f25c8ec30c98f0353 /api/graphql/connections/gen_lazy_identity.go
parent4d4a4d5e85f0a7e650716ace996edcbe60bc571b (diff)
downloadgit-bug-ce7fd6fce6b275d3dc79fbab5711f64f34f495c8.tar.gz
git-bug-ce7fd6fce6b275d3dc79fbab5711f64f34f495c8.zip
chore: fix some struct names in comments
Signed-off-by: deferdeter <deferdeter@outlook.com>
Diffstat (limited to 'api/graphql/connections/gen_lazy_identity.go')
-rw-r--r--api/graphql/connections/gen_lazy_identity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/connections/gen_lazy_identity.go b/api/graphql/connections/gen_lazy_identity.go
index 4996e219..64ce5f4b 100644
--- a/api/graphql/connections/gen_lazy_identity.go
+++ b/api/graphql/connections/gen_lazy_identity.go
@@ -11,7 +11,7 @@ import (
"github.com/MichaelMure/git-bug/entity"
)
-// EntityIdEdgeMaker define a function that take a entity.Id and an offset and
+// LazyIdentityEdgeMaker define a function that take a entity.Id and an offset and
// create an Edge.
type LazyIdentityEdgeMaker func(value entity.Id, offset int) Edge