diff options
author | deferdeter <deferdeter@outlook.com> | 2024-04-16 14:10:59 +0800 |
---|---|---|
committer | deferdeter <deferdeter@outlook.com> | 2024-04-16 14:10:59 +0800 |
commit | ce7fd6fce6b275d3dc79fbab5711f64f34f495c8 (patch) | |
tree | b37bd46d263113907952439f25c8ec30c98f0353 /api/graphql/connections/connection_template.go | |
parent | 4d4a4d5e85f0a7e650716ace996edcbe60bc571b (diff) | |
download | git-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/connection_template.go')
-rw-r--r-- | api/graphql/connections/connection_template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/connections/connection_template.go b/api/graphql/connections/connection_template.go index 935a0a77..037c3da5 100644 --- a/api/graphql/connections/connection_template.go +++ b/api/graphql/connections/connection_template.go @@ -20,7 +20,7 @@ type EdgeType generic.Type // ConnectionType define the connection type handled by this relay connection type ConnectionType generic.Type -// NodeTypeEdgeMaker define a function that take a NodeType and an offset and +// NameEdgeMaker define a function that take a NodeType and an offset and // create an Edge. type NameEdgeMaker func(value NodeType, offset int) Edge |