]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.20: fix typo
authorTobias Klauser <tklauser@distanz.ch>
Wed, 21 Dec 2022 12:27:04 +0000 (13:27 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 22 Dec 2022 00:19:49 +0000 (00:19 +0000)
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>
doc/go1.20.html

index 70ab62a3e912d1cd27b8398203e30a5ca9786129..9f506134e634f5d8f7fd33d8007f871d3043eb41 100644 (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>