_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
This commit is contained in:
Daniel Frederick Crisman 2023-04-12 12:58:03 -04:00
Родитель cd8568966a
Коммит f0a55b2ae7
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>