From 13ed4f42f03cac6d9ad701a3041dba06c84dc70d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 21 Dec 2022 13:27:04 +0100 Subject: [PATCH] doc/go1.20: fix typo Change-Id: Ia0ce728ca18eefd835220b2076c4aa8ba00cda6d Reviewed-on: https://go-review.googlesource.com/c/go/+/458815 Run-TryBot: Tobias Klauser Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Auto-Submit: Tobias Klauser Reviewed-by: David Chase --- 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 70ab62a3e9..9f506134e6 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -424,7 +424,7 @@ Do not send CLs removing the interior tags from such phrases.

The fmt.Errorf function - now supports multiple occurrances of the %w format verb, + now supports multiple occurrences of the %w format verb, which will cause it to return an error that wraps all of those error operands.

-- 2.50.0