Skip to content

Commit

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

Co-authored-by:  Vik Nikolova <[email protected]>
  • Loading branch information
e5l and vnikolova authored Nov 11, 2024
1 parent b64cd5d commit b6083f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import io.ktor.http.*
*
* ## Note
* In addition to this generic `request` method, there are more specific extension functions, such as
* [HttpClient.get], [HttpClient.post], HttpClient.put`, and `HttpClient.delete`, which are often more
* [HttpClient.get], [HttpClient.post], [HttpClient.put], and [HttpClient.delete], which are often more
* convenient for common HTTP methods.
*
* @param builder The [HttpRequestBuilder] used to configure request parameters. Defaults to an empty
Expand Down

0 comments on commit b6083f9

Please sign in to comment.