aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
diff options
context:
space:
mode:
authorDQNEO <dqneoo@gmail.com>2021-05-31 12:33:28 +0900
committerRobert Griesemer <gri@golang.org>2021-06-05 19:52:26 +0000
commite1fa26026db313463a09289c2105591de33cf7b8 (patch)
tree9041849212350442311f4faec972736f40e4d684 /doc/go_spec.html
parentf4901341263adf7fc177e8e5e2e79576b490bb8f (diff)
downloadgo-e1fa26026db313463a09289c2105591de33cf7b8.tar.gz
go-e1fa26026db313463a09289c2105591de33cf7b8.zip
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 <gri@golang.org> Trust: Ian Lance Taylor <iant@golang.org> Trust: Robert Griesemer <gri@golang.org>
Diffstat (limited to 'doc/go_spec.html')
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
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 &lt; y {
<p>
"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.
</p>