From 83b16fac4e221a249ed036c034367d6f680ae578 Mon Sep 17 00:00:00 2001 From: mbj36 Date: Mon, 22 Oct 2018 10:44:30 +0530 Subject: [PATCH] doc: fix typo in cookie.go --- src/net/http/cookie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/http/cookie.go b/src/net/http/cookie.go index 289c3c37b1989b..ad7903f074c185 100644 --- a/src/net/http/cookie.go +++ b/src/net/http/cookie.go @@ -38,7 +38,7 @@ type Cookie struct { // SameSite allows a server to define a cookie attribute making it impossible for // the browser to send this cookie along with cross-site requests. The main -// goal is to mitigate the risk of cross-origin information leakage, and provides +// goal is to mitigate the risk of cross-origin information leakage, and provide // some protection against cross-site request forgery attacks. // // See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 for details.