diff --git a/doc/go_spec.html b/doc/go_spec.html index 22107d589f3..950ffbd915f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3814,7 +3814,7 @@ for i := 0; i <= 3; i++ {

Length and capacity

-Call       Argument type       Result
+Call      Argument type        Result
 
 len(s)    string               string length (in bytes)
           [n]T, *[n]T          array length (== n)
@@ -4367,14 +4367,10 @@ The following minimal alignment properties are guaranteed:
 

Implementation differences - TODO

-

-

- -