]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.20: fix typo
authorAlexander Frolov <9749087+fxrlv@users.noreply.github.com>
Fri, 9 Dec 2022 07:56:21 +0000 (07:56 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 12 Dec 2022 14:20:13 +0000 (14:20 +0000)
Change-Id: Id0319a9cc9acc549022fdcd6b7d71c7343afd245
GitHub-Last-Rev: 2b84d25763c3f8a03663d4ba75cefa4a372fefbd
GitHub-Pull-Request: golang/go#57187
Reviewed-on: https://go-review.googlesource.com/c/go/+/456395
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
doc/go1.20.html

index 028696c5b3979c10e2688586bb664c5aca907a43..805cc9f93f5c79bfdd6db3c370a0205de05fb897 100644 (file)
@@ -883,7 +883,7 @@ proxyHandler := &httputil.ReverseProxy{
       if a <code>CNAME</code> record referred to a name that with no <code>A</code>,
       <code>AAAA</code>, or <code>CNAME</code> record. This change modifies
       <code>LookupCNAME</code> to match the previous behavior on Windows,
-      allowing allowing <code>LookupCNAME</code> to succeed whenever a
+      allowing <code>LookupCNAME</code> to succeed whenever a
       <code>CNAME</code> exists.
     </p>