Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phughes-scwx committed Dec 2, 2024
1 parent e02f94d commit 35b0395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/incremental_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func errorIncremental(err error) *IncrementalHandler {
// IncrementalHTTP returns a GraphQL response handler for the current
// GQLGen implementation of the [incremental delivery over HTTP spec].
// The IncrementalHTTP spec provides for "streaming" responses triggered by
// the use of @stream or @defer as an alternate approach to SSE. To that end,
// the use of @stream or @defer as an alternate approach to SSE. To that end,
// the client retains the interface of the handler returned from
// Client.SSE.
//
Expand Down

0 comments on commit 35b0395

Please sign in to comment.