Skip to content

Commit

Permalink
Update ktor-client/ktor-client-core/common/src/io/ktor/client/stateme…
Browse files Browse the repository at this point in the history
…nt/HttpStatement.kt

Co-authored-by:  Vik Nikolova <contact@viknikolova.com>
  • Loading branch information
e5l and vnikolova authored Nov 11, 2024
1 parent 023f174 commit d15749c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.coroutines.*
/**
* Represents a prepared HTTP request statement for [HttpClient].
*
* The `HttpStatement` class encapsulates a request configuration without executing it immediately.
* The [HttpStatement] class encapsulates a request configuration without executing it immediately.
* This statement can be executed on-demand via various methods such as [execute], allowing for
* deferred or multiple executions without creating a new request each time.
*
Expand Down

0 comments on commit d15749c

Please # to comment.