]> Cypherpunks repositories - gostls13.git/commit
doc/go_spec: tweak wording to avoid 'explicit assignment' misreading
authorRuss Cox <rsc@golang.org>
Tue, 13 Nov 2018 15:23:01 +0000 (10:23 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 16 Nov 2018 17:50:06 +0000 (17:50 +0000)
commitb7ba5233550cadd2b06c4b98c702b45e7904f7ae
tree4fbd310ca83a4581d5fcbc4ad3c3da68e99ab8f6
parent94f7795d05937fdf6187c7f850f8902c0f7a6d81
doc/go_spec: tweak wording to avoid 'explicit assignment' misreading

This text changed in CL 139099 to add "explicit" in front of "conversion".
But now "explicit conversion or assignment" reads like it might mean
"explicit [conversion or assignment]" when what is meant is
"[explicit conversion] or assignment". To make clear that explicit does
not apply to assignment, use "assignment or explicit conversion".

Change-Id: I8ff7a5b3ecd9f562793502fa6808242f22264f28
Reviewed-on: https://go-review.googlesource.com/c/149340
Reviewed-by: Robert Griesemer <gri@golang.org>
doc/go_spec.html