doc/go1.20: fix typo

Change-Id: Ia0ce728ca18eefd835220b2076c4aa8ba00cda6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/458815
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
Tobias Klauser 2022-12-21 13:27:04 +01:00 committed by Gopher Robot
parent fadd77c05b
commit 13ed4f42f0
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ Do not send CLs removing the interior tags from such phrases.
</p>
<p>
The <a href="/pkg/fmt/#Errorf"><code>fmt.Errorf</code></a> function
now supports multiple occurrances of the <code>%w</code> format verb,
now supports multiple occurrences of the <code>%w</code> format verb,
which will cause it to return an error that wraps all of those error operands.
</p>
<p>