Skip to content

Commit c40b2b6

Browse files
markozajce5l
andauthored
Fix a small KDoc typo (longed -> longer) (#4858)
Co-authored-by: Leonid Stashevsky <e5l@users.noreply.github.com>
1 parent 8519475 commit c40b2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktor-http/common/src/io/ktor/http/content/Multipart.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import kotlinx.coroutines.flow.*
1515
*
1616
* [Report a problem](https://ktor.io/feedback/?fqname=io.ktor.http.content.PartData)
1717
*
18-
* @property dispose to be invoked when this part is no longed needed
18+
* @property dispose to be invoked when this part is no longer needed
1919
* @property headers of this part, could be inaccurate on some engines
2020
*/
2121
public sealed class PartData(public val dispose: () -> Unit, public val headers: Headers) {

0 commit comments

Comments
 (0)