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 <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Robert Griesemer 2021-11-11 08:36:15 -08:00
parent f1935c5270
commit d60a4e69f1
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ continue for import return var
<p> <p>
The following character sequences represent <a href="#Operators">operators</a> The following character sequences represent <a href="#Operators">operators</a>
(including <a href="#assign_op">assignment operators</a>) and punctuation: (including <a href="#Assignments">assignment operators</a>) and punctuation:
</p> </p>
<pre class="grammar"> <pre class="grammar">
+ &amp; += &amp;= &amp;&amp; == != ( ) + &amp; += &amp;= &amp;&amp; == != ( )

View File

@ -258,7 +258,7 @@ continue for import return var
<p> <p>
The following character sequences represent <a href="#Operators">operators</a> The following character sequences represent <a href="#Operators">operators</a>
(including <a href="#assign_op">assignment operators</a>) and punctuation: (including <a href="#Assignments">assignment operators</a>) and punctuation:
</p> </p>
<pre class="grammar"> <pre class="grammar">
+ &amp; += &amp;= &amp;&amp; == != ( ) + &amp; += &amp;= &amp;&amp; == != ( )