From: Robert Griesemer Date: Thu, 11 Nov 2021 16:36:15 +0000 (-0800) Subject: spec: fix a broken link X-Git-Tag: go1.18beta1~375 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d60a4e69f16f5bc958094af206ac7e47f6bc8b04;p=gostls13.git spec: fix a broken link Thanks for jtagcat@ for finding this. Change-Id: If7324808edbae19ec8bf503b04e0426f3fb3b47a Reviewed-on: https://go-review.googlesource.com/c/go/+/363394 Trust: Robert Griesemer Run-TryBot: Robert Griesemer TryBot-Result: Go Bot Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.17_spec.html b/doc/go1.17_spec.html index 46eebb5713..0b374e7bfb 100644 --- a/doc/go1.17_spec.html +++ b/doc/go1.17_spec.html @@ -258,7 +258,7 @@ continue for import return var

The following character sequences represent operators -(including assignment operators) and punctuation: +(including assignment operators) and punctuation:

 +    &     +=    &=     &&    ==    !=    (    )
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 46eebb5713..0b374e7bfb 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -258,7 +258,7 @@ continue     for          import       return       var
 
 

The following character sequences represent operators -(including assignment operators) and punctuation: +(including assignment operators) and punctuation:

 +    &     +=    &=     &&    ==    !=    (    )