Skip to content

Commit

Permalink
Update client/incremental_http.go comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenACoffman authored Dec 2, 2024
1 parent e4dff38 commit e02f94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/incremental_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit e02f94d

Please sign in to comment.