From cc7530daa112f0b1501c220fd665b8d4bea8f201 Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Sat, 26 Nov 2022 16:27:40 -0800
Subject: [PATCH] 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
---
doc/go1.20.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
.
--
2.48.1