From: DQNEO Date: Mon, 31 May 2021 03:33:28 +0000 (+0900) Subject: spec: improve wording consistency by eliminating "specifier" X-Git-Tag: go1.17beta1~32 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e1fa26026db313463a09289c2105591de33cf7b8;p=gostls13.git spec: improve wording consistency by eliminating "specifier" The word "specifier" is used once only here and technically not defined. Change-Id: Ifc9f0582f4eb3c3011ba60d8008234de511d4be6 Reviewed-on: https://go-review.googlesource.com/c/go/+/323730 Reviewed-by: Robert Griesemer Trust: Ian Lance Taylor Trust: Robert Griesemer --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 7a2b3a80f0..561d44271a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4909,7 +4909,7 @@ if x := f(); x < y {

"Switch" statements provide multi-way execution. -An expression or type specifier is compared to the "cases" +An expression or type is compared to the "cases" inside the "switch" to determine which branch to execute.