diff --git a/doc/go_spec.html b/doc/go_spec.html index 37faf1c905..ef39535d6f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2155,17 +2155,31 @@ The value x is called the array index or map key, respectively. The following rules apply:

+

For a of type A or *A -where A is an array type (§Array types): +where A is an array type (§Array types), +or for a of type S where S is a slice type (§Slice types):

+

-For a of type M or *M +For a of type T +where T is a string type (§Strings): +

+ + +

+For a of type M where M is a map type (§Map types):