Skip to content

Commit 0eb26fa

Browse files
committed
spec: remove => (alias) operator from Operators and Delimiters section
(Revert of https://go-review.googlesource.com/#/c/32310/) For #16339. Fixes #17975. Change-Id: I36062703c423a81ea1c5b00f4429a4faf00b3782 Reviewed-on: https://go-review.googlesource.com/33365 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 120cf67 commit 0eb26fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go_spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h3 id="Operators_and_Delimiters">Operators and Delimiters</h3>
265265
* ^ *= ^= &lt;- &gt; &gt;= { }
266266
/ &lt;&lt; /= &lt;&lt;= ++ = := , ;
267267
% &gt;&gt; %= &gt;&gt;= -- ! ... . :
268-
&amp;^ &amp;^= =&gt;
268+
&amp;^ &amp;^=
269269
</pre>
270270

271271
<h3 id="Integer_literals">Integer literals</h3>

0 commit comments

Comments
 (0)