diff --git a/client/incremental_http.go b/client/incremental_http.go index bd2c8dd1c4..9128a8f5b2 100644 --- a/client/incremental_http.go +++ b/client/incremental_http.go @@ -68,8 +68,8 @@ func errorIncremental(err error) *IncrementalHandler { // IncrementalHTTP returns a GraphQL response handler for the current // GQLGen implementation of the [incremental delivery over HTTP spec]. -// This spec provides for "streaming" responses triggered by the use of -// @stream or @defer using is an alternate approach to SSE. To that end, +// 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 client retains the interface of the handler returned from // Client.SSE. //