summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2022-12-15 09:10:20 -0800
committerGopher Robot <gobot@golang.org>2022-12-15 17:45:34 +0000
commit628a1e7d3ac8390e0c6327acde1ab52ec09f69d6 (patch)
tree6b71e1f4dfee8e5c5c267213dd4d8171092ea518 /doc
parent357ea85892eea7ef8cf0f66c8a35b3912a90e219 (diff)
downloadgo-git-628a1e7d3ac8390e0c6327acde1ab52ec09f69d6.tar.gz
doc/go1.20: fix typo
Change-Id: Icddf980e533b86ca955660ad028f5ad04b6aecbe Reviewed-on: https://go-review.googlesource.com/c/go/+/457916 Auto-Submit: Robert Griesemer <gri@google.com> Reviewed-by: Robert Griesemer <gri@google.com> TryBot-Bypass: Robert Griesemer <gri@google.com> Reviewed-by: Than McIntosh <thanm@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 635ef3e66b..70ab62a3e9 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -815,7 +815,7 @@ proxyHandler := &httputil.ReverseProxy{
The new <a href="/pkg/go/types/#Satisfies"><code>Satisfies</code></a> function reports
whether a type satisfies a constraint.
This change aligns with the <a href="#language">new language semantics</a>
- that distinguish satsifying a constraint from implementing an interface.
+ that distinguish satisfying a constraint from implementing an interface.
</p>
</dd>
</dl><!-- go/types -->