Skip to content

Commit 48da729

Browse files
Abirdcflyneild
authored andcommitted
net/http/cookiejar: remove duplicate words from comments
Change-Id: Id44f587199683fd8018865af1c2442f9f74e0dad GitHub-Last-Rev: 35b1ab8 GitHub-Pull-Request: #54495 Reviewed-on: https://go-review.googlesource.com/c/go/+/424434 Reviewed-by: hopehook <hopehook@qq.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: hopehook <hopehook@qq.com> Reviewed-by: Joedian Reid <joedian@golang.org>
1 parent 7f1037c commit 48da729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/cookiejar/jar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ func (j *Jar) domainAndType(host, domain string) (string, bool, error) {
465465
// dot in the domain-attribute before processing the cookie.
466466
//
467467
// Most browsers don't do that for IP addresses, only curl
468-
// version 7.54) and and IE (version 11) do not reject a
468+
// version 7.54) and IE (version 11) do not reject a
469469
// Set-Cookie: a=1; domain=.127.0.0.1
470470
// This leading dot is optional and serves only as hint for
471471
// humans to indicate that a cookie with "domain=.bbc.co.uk"

0 commit comments

Comments
 (0)