Skip to content

Commit 35b1ab8

Browse files
authored
net/http/cookiejar: remove duplicate words from comments
1 parent 2c46cc8 commit 35b1ab8

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)