diff --git a/doc/go_spec.html b/doc/go_spec.html index 22107d589f..950ffbd915 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3814,7 +3814,7 @@ for i := 0; i <= 3; i++ {
-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
-
-
- - Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
- - A type switch must have an assignment in the guard expression and does not support multiple types per case.
+ - Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
+ - A type switch must have an assignment in the guard expression and does not support multiple types per case.
-
-