Skip to content

Commit 844d435

Browse files
committed
Fixed MultiPartForm typo
1 parent ea8b0ac commit 844d435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ func (r *Request) Referer() string {
450450

451451
// multipartByReader is a sentinel value.
452452
// Its presence in Request.MultipartForm indicates that parsing of the request
453-
// body has been handed off to a MultipartReader instead of ParseMultipartFrom.
453+
// body has been handed off to a MultipartReader instead of ParseMultipartForm.
454454
var multipartByReader = &multipart.Form{
455455
Value: make(map[string][]string),
456456
File: make(map[string][]*multipart.FileHeader),

0 commit comments

Comments
 (0)