From: Brad Fitzpatrick
Date: Sun, 27 Nov 2022 00:27:40 +0000 (-0800)
Subject: doc/go1.20: fix HTML closing tag
X-Git-Tag: go1.20rc1~82
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cc7530daa112f0b1501c220fd665b8d4bea8f201;p=gostls13.git
doc/go1.20: fix HTML closing tag
Change-Id: I7e2519601bfe1a59a48e240ff67868b1d74d55d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/453516
Reviewed-by: Cherry Mui
Reviewed-by: Ian Lance Taylor
Run-TryBot: Ian Lance Taylor
Reviewed-by: Dmitri Shuralyov
Auto-Submit: Brad Fitzpatrick
TryBot-Result: Gopher Robot
---
diff --git a/doc/go1.20.html b/doc/go1.20.html
index d8e6a81744..d36c65f918 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -279,7 +279,7 @@ Do not send CLs removing the interior tags from such phrases.
wrap multiple other errors.
- An error e
can wrap more than one error by providing
+ An error e
can wrap more than one error by providing
an Unwrap
method that returns a []error
.