_content/doc: remove second extra < in HTML

Commit 18b7f5b1d4 from last week, updated the release notes for 1.19 and
1.20 which included a copy/paste HTML formatting error, fixing the second
place here. Also verified these were the only two places in website that got
this typo. The comment version of this in go repo is not HTML formatted, so
no typo.

Typo from an update last week, remove an second extra '<'.

Updates golang/go#59534

Change-Id: I343c48f143bbeae14dbd0e589eaa531baa580f9d
GitHub-Last-Rev: f0a55b2ae7
GitHub-Pull-Request: golang/website#221
Reviewed-on: https://go-review.googlesource.com/c/website/+/483977
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Daniel Frederick Crisman 2023-04-12 17:08:14 +00:00 коммит произвёл Gopher Robot
Родитель cd8568966a
Коммит 5fcfc44508
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -704,7 +704,7 @@ as well as support for rendering them to HTML, Markdown, and text.
the total number of headers in all <code>FileHeaders</code> to 10000.
These limits may be adjusted with the <code>GODEBUG=multipartmaxheaders</code>
setting.
<code>Reader.ReadForm</code<> further limits the number of parts in a form to 1000.
<code>Reader.ReadForm</code> further limits the number of parts in a form to 1000.
This limit may be adjusted with the <code>GODEBUG=multipartmaxparts</code>
setting.
</p>