From ce7fd6fce6b275d3dc79fbab5711f64f34f495c8 Mon Sep 17 00:00:00 2001 From: deferdeter Date: Tue, 16 Apr 2024 14:10:59 +0800 Subject: chore: fix some struct names in comments Signed-off-by: deferdeter --- api/graphql/connections/connection_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/graphql/connections/connection_template.go') 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 -- cgit