diff options
Diffstat (limited to 'api/graphql/connections/gen_lazy_bug.go')
-rw-r--r-- | api/graphql/connections/gen_lazy_bug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/connections/gen_lazy_bug.go b/api/graphql/connections/gen_lazy_bug.go index 1dc4692e..a1f06a0e 100644 --- a/api/graphql/connections/gen_lazy_bug.go +++ b/api/graphql/connections/gen_lazy_bug.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 +// LazyBugEdgeMaker define a function that take a entity.Id and an offset and // create an Edge. type LazyBugEdgeMaker func(value entity.Id, offset int) Edge |