From 628a1e7d3ac8390e0c6327acde1ab52ec09f69d6 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 15 Dec 2022 09:10:20 -0800 Subject: [PATCH] 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 --- doc/go1.20.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.48.1