spec: update operator and delimiter section

Follow-up on https://go-review.googlesource.com/30601.

Change-Id: I51b603a6c4877b571e83cd7c4e78a8988cc831ca
Reviewed-on: https://go-review.googlesource.com/32310
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Robert Griesemer 2016-10-28 09:54:20 -07:00
parent d86a6ef0c7
commit 7fd6b925e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!--{
"Title": "The Go Programming Language Specification",
"Subtitle": "Version of October 27, 2016",
"Subtitle": "Version of October 28, 2016",
"Path": "/ref/spec"
}-->
@ -265,7 +265,7 @@ The following character sequences represent <a href="#Operators">operators</a>,
* ^ *= ^= &lt;- &gt; &gt;= { }
/ &lt;&lt; /= &lt;&lt;= ++ = := , ;
% &gt;&gt; %= &gt;&gt;= -- ! ... . :
&amp;^ &amp;^=
&amp;^ &amp;^= =&gt;
</pre>
<h3 id="Integer_literals">Integer literals</h3>