Skip to content

Commit 8ad212d

Browse files
committed
Merge pull request #1570 from wilkinsona:patch-3
* pr/1570: Add missing "be" in Part's javadoc
2 parents e17ad55 + 07eee05 commit 8ad212d

File tree

1 file changed

+1
-1
lines changed
  • spring-web/src/main/java/org/springframework/http/codec/multipart

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/codec/multipart/Part.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Representation for a part in a "multipart/form-data" request.
2626
*
27-
* <p>The origin of a multipart request may a browser form in which case each
27+
* <p>The origin of a multipart request may be a browser form in which case each
2828
* part is either a {@link FormFieldPart} or a {@link FilePart}.
2929
*
3030
* <p>Multipart requests may also be used outside of a browser for data of any

0 commit comments

Comments
 (0)