We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8519475 commit c40b2b6Copy full SHA for c40b2b6
ktor-http/common/src/io/ktor/http/content/Multipart.kt
@@ -15,7 +15,7 @@ import kotlinx.coroutines.flow.*
15
*
16
* [Report a problem](https://ktor.io/feedback/?fqname=io.ktor.http.content.PartData)
17
18
- * @property dispose to be invoked when this part is no longed needed
+ * @property dispose to be invoked when this part is no longer needed
19
* @property headers of this part, could be inaccurate on some engines
20
*/
21
public sealed class PartData(public val dispose: () -> Unit, public val headers: Headers) {
0 commit comments