From 2f23565defe34da317c060f167c2238e260be2a4 Mon Sep 17 00:00:00 2001 From: Dirk Kulawiak Date: Fri, 25 Oct 2024 12:43:58 +0200 Subject: [PATCH] Fix comment --- weaviate/graphql/get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weaviate/graphql/get.go b/weaviate/graphql/get.go index e1d5a61e..fab58c95 100644 --- a/weaviate/graphql/get.go +++ b/weaviate/graphql/get.go @@ -228,7 +228,7 @@ func (gb *GetBuilder) Do(ctx context.Context) (*models.GraphQLResponse, error) { return runGraphQLQuery(ctx, gb.connection, gb.build()) } -// Do execute the GraphQL query +// Build execute the GraphQL query func (gb *GetBuilder) Build() string { return gb.build() }