diff --git a/doc/go_spec.html b/doc/go_spec.html index dfa4222f6ee..603c1e75b47 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -6468,7 +6468,7 @@ The following minimal alignment properties are guaranteed:
  • For a variable x of array type: unsafe.Alignof(x) is the same as - unsafe.Alignof(x[0]), but at least 1. + the alignment of a variable of the array's element type.