We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17ad55 commit 07eee05Copy full SHA for 07eee05
spring-web/src/main/java/org/springframework/http/codec/multipart/Part.java
@@ -24,7 +24,7 @@
24
/**
25
* Representation for a part in a "multipart/form-data" request.
26
*
27
- * <p>The origin of a multipart request may a browser form in which case each
+ * <p>The origin of a multipart request may be a browser form in which case each
28
* part is either a {@link FormFieldPart} or a {@link FilePart}.
29
30
* <p>Multipart requests may also be used outside of a browser for data of any
0 commit comments