mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
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:
parent
f1935c5270
commit
d60a4e69f1
@ -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">
|
||||||
+ & += &= && == != ( )
|
+ & += &= && == != ( )
|
||||||
|
@ -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">
|
||||||
+ & += &= && == != ( )
|
+ & += &= && == != ( )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user