From: DQNEO Date: Mon, 31 May 2021 03:15:12 +0000 (+0900) Subject: spec: improve wording by choosing an official term "keyword" X-Git-Tag: go1.17beta1~33 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f4901341263adf7fc177e8e5e2e79576b490bb8f;p=gostls13.git spec: improve wording by choosing an official term "keyword" Replace "reserved word" by "keyword" as the latter is the official term. Change-Id: I9f269759b872026034a9f47e4a761cff2d348ca0 Reviewed-on: https://go-review.googlesource.com/c/go/+/323729 Reviewed-by: Robert Griesemer Trust: Ian Lance Taylor Trust: Robert Griesemer --- diff --git a/doc/go_spec.html b/doc/go_spec.html index e59b3554f2..7a2b3a80f0 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -5020,7 +5020,7 @@ floating point, or string constants in case expressions. A type switch compares types rather than values. It is otherwise similar to an expression switch. It is marked by a special switch expression that has the form of a type assertion -using the reserved word type rather than an actual type: +using the keyword type rather than an actual type: