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/ClientSSESession.kt

Co-authored-by:  Vik Nikolova <[email protected]>
  • Loading branch information
marychatte and vnikolova authored Nov 7, 2024
1 parent 02f939d commit 0db016b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public inline fun <reified T> SSESessionWithDeserialization.deserialize(
/**
* A client Server-sent events session.
*
* @property call associated with session.
* @property call The HTTP call associated with the session.
*
* Example of usage:
* ```kotlin
Expand Down

0 comments on commit 0db016b

Please sign in to comment.