]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.20: fix typo
authorRobert Griesemer <gri@golang.org>
Thu, 15 Dec 2022 17:10:20 +0000 (09:10 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 15 Dec 2022 17:45:34 +0000 (17:45 +0000)
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>
doc/go1.20.html

index 635ef3e66bd112d0c07d28f5592b7b9acdf326b6..70ab62a3e912d1cd27b8398203e30a5ca9786129 100644 (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 -->