diff --git a/doc/go1.18.html b/doc/go1.18.html
index fb4d03151e..a142115c22 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -390,8 +390,11 @@ proposal.
Transport
will now be correctly used, if specified, for making HTTP requests.
- TODO: https://golang.org/cl/338590: add Cookie.Valid method
+ The new
+ Cookie.Valid
+ method reports whether the cookie is valid.