Skip to content

Commit e7c51ca

Browse files
darrenmccodeke-em
authored andcommitted
net/http: fix a typo in spelling of MultiPartForm
Change-Id: I33a5313ef10e8c88d9c12507573b385fa0843afe GitHub-Last-Rev: 844d435 GitHub-Pull-Request: #33412 Reviewed-on: https://go-review.googlesource.com/c/go/+/188498 Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent d6f6a46 commit e7c51ca

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)