Skip to content

Commit b43bc23

Browse files
committed
better comment
1 parent 5c01506 commit b43bc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
"github.com/pkg/errors"
4343
)
4444

45-
// Client is a client for accessing a GraphQL dataset.
45+
// Client is a client for interacting with a GraphQL API.
4646
type Client struct {
4747
endpoint string
4848
httpClient *http.Client

0 commit comments

Comments
 (0)