From: Tobias Klauser
Date: Wed, 21 Dec 2022 12:27:04 +0000 (+0100)
Subject: doc/go1.20: fix typo
X-Git-Tag: go1.20rc2~1^2~11
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=13ed4f42f0;p=gostls13.git
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
---
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.