summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-12-21 13:27:04 +0100
committerGopher Robot <gobot@golang.org>2022-12-22 00:19:49 +0000
commit13ed4f42f03cac6d9ad701a3041dba06c84dc70d (patch)
tree5b79e9e9591b434c06d4d5c61376ed8a0e4f5151 /doc
parentfadd77c05b0f6633d753da61c74a7ed81959b252 (diff)
downloadgo-git-13ed4f42f03cac6d9ad701a3041dba06c84dc70d.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html2
1 files changed, 1 insertions, 1 deletions
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.
</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>