Add missing "be" in Part's javadoc

Closes gh-1570
This commit is contained in:
Andy Wilkinson 2017-10-20 15:11:58 +01:00 committed by Stephane Nicoll
parent e17ad551f3
commit 07eee05d1d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.springframework.http.HttpHeaders;
/**
* Representation for a part in a "multipart/form-data" request.
*
* <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
* part is either a {@link FormFieldPart} or a {@link FilePart}.
*
* <p>Multipart requests may also be used outside of a browser for data of any