From: Robert Griesemer Date: Thu, 15 Dec 2022 17:10:20 +0000 (-0800) Subject: doc/go1.20: fix typo X-Git-Tag: go1.20rc2~1^2~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=628a1e7d3ac8390e0c6327acde1ab52ec09f69d6;p=gostls13.git doc/go1.20: fix typo Change-Id: Icddf980e533b86ca955660ad028f5ad04b6aecbe Reviewed-on: https://go-review.googlesource.com/c/go/+/457916 Auto-Submit: Robert Griesemer Reviewed-by: Robert Griesemer TryBot-Bypass: Robert Griesemer Reviewed-by: Than McIntosh --- 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.