Skip to content

Commit

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

Co-authored-by:  Vik Nikolova <[email protected]>
  • Loading branch information
marychatte and vnikolova authored Nov 7, 2024
1 parent 95f5a35 commit 983ada2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import kotlinx.coroutines.*
*/
public interface SSESession : CoroutineScope {
/**
* Associated received [call] that originating this session.
* The received [call] that originated this session.
*/
public val call: ApplicationCall

Expand Down

0 comments on commit 983ada2

Please sign in to comment.