Skip to content

Commit

Permalink
Update ktor-client/ktor-client-core/common/src/io/ktor/client/plugins…
Browse files Browse the repository at this point in the history
…/sse/SSE.kt

Co-authored-by:  Vik Nikolova <[email protected]>
  • Loading branch information
marychatte and vnikolova authored Nov 7, 2024
1 parent 5fd197f commit c7c6913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public data object SSECapability : HttpClientEngineCapability<Unit>
* }
* ```
*
* To learn more, see [specification](https://html.spec.whatwg.org/multipage/server-sent-events.html).
* To learn more, see [the SSE specification](https://html.spec.whatwg.org/multipage/server-sent-events.html).
*/
@OptIn(InternalAPI::class)
public val SSE: ClientPlugin<SSEConfig> = createClientPlugin(
Expand Down

0 comments on commit c7c6913

Please sign in to comment.