Skip to content

Commit dc52042

Browse files
committed
Polishing contribution
Closes gh-34939
1 parent cff6e02 commit dc52042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/multipart-forms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Kotlin::
4242
----
4343
class MyForm(
4444
val name: String,
45-
val file: MultipartFile)
45+
val file: FilePart)
4646
4747
@Controller
4848
class FileUploadController {

0 commit comments

Comments
 (0)