diff --git a/doc/go1.18.html b/doc/go1.18.html
index 5f6476908aa..97f3801f478 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -701,6 +701,14 @@ Do not send CLs removing the interior tags from such phrases.
Cookie.Valid
method reports whether the cookie is valid.
+ The new
+ MaxBytesHandler
+ function creates a Handler
ResponseWriter
and Request.Body
with a
+ MaxBytesReader
.
+