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.