1
0
mirror of https://github.com/golang/go synced 2024-11-26 02:07:57 -07:00

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>
This commit is contained in:
Robert Griesemer 2022-12-15 09:10:20 -08:00 committed by Gopher Robot
parent 357ea85892
commit 628a1e7d3a

View File

@ -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 -->