Skip to content

Commit

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

Co-authored-by:  Vik Nikolova <contact@viknikolova.com>
  • Loading branch information
e5l and vnikolova authored Oct 18, 2024
1 parent cb3369f commit 4da677b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import kotlin.coroutines.*
* }))
* }
*
* // Or using submitForm
* // Using submitForm
* val response = client.submitForm(
* url = "https://example.com/submit",
* formParameters = Parameters.build {
Expand Down

0 comments on commit 4da677b

Please sign in to comment.