]> Cypherpunks repositories - gostls13.git/commitdiff
spec: update operator and delimiter section
authorRobert Griesemer <gri@golang.org>
Fri, 28 Oct 2016 16:54:20 +0000 (09:54 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 28 Oct 2016 17:05:48 +0000 (17:05 +0000)
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>
doc/go_spec.html

index 6e745bc312f1d9b35e90fa5dfd78a9e6d2c5c383..0819b758e698f086af667ea1f232c3b44b0f4aea 100644 (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>