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 Satisfies function reports whether a type satisfies a constraint. This change aligns with the new language semantics - that distinguish satsifying a constraint from implementing an interface. + that distinguish satisfying a constraint from implementing an interface.