doc/go1.20: fix HTML closing tag

Change-Id: I7e2519601bfe1a59a48e240ff67868b1d74d55d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/453516
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Brad Fitzpatrick 2022-11-26 16:27:40 -08:00 committed by Gopher Robot
parent e79a4f71b7
commit cc7530daa1

View file

@ -279,7 +279,7 @@ Do not send CLs removing the interior tags from such phrases.
wrap multiple other errors.
</p>
<p>
An error <code>e</code</e> can wrap more than one error by providing
An error <code>e</code> can wrap more than one error by providing
an <code>Unwrap</code> method that returns a <code>[]error</code>.
</p>
<p>