From: Russ Cox Date: Mon, 28 Nov 2022 16:38:59 +0000 (-0500) Subject: doc/go1.20: fix missing tag X-Git-Tag: go1.20rc1~79 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9f0ffc938058de4b21c09126e996bb593575f973;p=gostls13.git doc/go1.20: fix missing tag Change-Id: I8767696a62d8a814c7ed94abfd4b99ca0cab31f9 Reviewed-on: https://go-review.googlesource.com/c/go/+/453635 Auto-Submit: Russ Cox TryBot-Bypass: Russ Cox Run-TryBot: Russ Cox Reviewed-by: Robert Griesemer --- diff --git a/doc/go1.20.html b/doc/go1.20.html index 347cf101d8..1a39993c78 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -316,7 +316,7 @@ Do not send CLs removing the interior tags from such phrases.

Previously, we have added new per-request functionality by defining optional interfaces which a ResponseWriter can implement, such as - Flusher. These interfaces + Flusher. These interfaces are not discoverable and clumsy to use.