]> Cypherpunks.ru repositories - gostls13.git/blobdiff - doc/go1.17_spec.html
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / doc / go1.17_spec.html
index 0b374e7bfb2a938ec2cd6749a1aea12d2a8a5583..15e73c3867abe8298538b16d07b9658e24d3f7ae 100644 (file)
@@ -914,7 +914,7 @@ are required when different numeric types are mixed in an expression
 or assignment. For instance, <code>int32</code> and <code>int</code>
 are not the same type even though they may have the same size on a
 particular architecture.
-
+</p>
 
 <h3 id="String_types">String types</h3>
 
@@ -1451,6 +1451,7 @@ maps grow to accommodate the number of items
 stored in them, with the exception of <code>nil</code> maps.
 A <code>nil</code> map is equivalent to an empty map except that no elements
 may be added.
+</p>
 
 <h3 id="Channel_types">Channel types</h3>
 
@@ -3641,6 +3642,8 @@ As the  <code>++</code> and <code>--</code> operators form
 statements, not expressions, they fall
 outside the operator hierarchy.
 As a consequence, statement <code>*p++</code> is the same as <code>(*p)++</code>.
+</p>
+
 <p>
 There are five precedence levels for binary operators.
 Multiplication operators bind strongest, followed by addition