From d2ce93960448559a7cb5685661502d8fc0c2ebc1 Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Wed, 22 Dec 2021 04:23:26 +0000 Subject: [PATCH] doc/go1.18: fix broken HTML in net/http.MaxBytesHandler For #47694 Sorry about that! I guess the autocompleter in VSCode auto-closed the paragraph and I didn't notice. Change-Id: I1e834e47deb708cd5285d26201a442305f8c3b24 GitHub-Last-Rev: ab8873155191072efd51270c85fc6feaed318cdc GitHub-Pull-Request: golang/go#50305 Reviewed-on: https://go-review.googlesource.com/c/go/+/374014 Reviewed-by: Ian Lance Taylor Trust: Dmitri Shuralyov --- doc/go1.18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index 9c839bdc8f..4d5184017e 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -758,7 +758,7 @@ Do not send CLs removing the interior tags from such phrases.

The new MaxBytesHandler - function creates a Handler

code> that wraps its + function creates a Handler that wraps its ResponseWriter and Request.Body with a MaxBytesReader.

-- 2.50.0