]> Cypherpunks repositories - gostls13.git/commit
spec: reword claim about the grammar being regular
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 13 Dec 2019 11:07:06 +0000 (12:07 +0100)
committerRob Pike <r@golang.org>
Fri, 13 Dec 2019 20:41:04 +0000 (20:41 +0000)
commit7d30af8e17d62932f8a458ad96f483b9afec6171
tree99c35581b476d42372b5a040abc185c39579f259
parentad12ee3006ed8d0552d14dcb623de9af325c6758
spec: reword claim about the grammar being regular

Since the word "regular" has a precise meaning in the context of
formal languages, the Introduction sentence claiming that Go's grammar
is "compact and regular" may mislead readers.

Reword it using Rob's suggestion.

Fixes #36037

Change-Id: I00c1a5714bdab8878d9a77b36d67dae67d63da0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/211277
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
doc/go_spec.html