Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Oct 25, 2024
1 parent 6de9ba5 commit 2f23565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weaviate/graphql/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 2f23565

Please sign in to comment.