From 35b0395f35a39bf3ec3ad9c17cf8873e896e6b11 Mon Sep 17 00:00:00 2001 From: Philip Hughes Date: Mon, 2 Dec 2024 11:17:19 -0500 Subject: [PATCH] lint --- client/incremental_http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/incremental_http.go b/client/incremental_http.go index 9128a8f5b2..d1c2507d2e 100644 --- a/client/incremental_http.go +++ b/client/incremental_http.go @@ -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. //