diff options
Diffstat (limited to 'src/cmd/ebnflint/doc.go')
| -rw-r--r-- | src/cmd/ebnflint/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/ebnflint/doc.go b/src/cmd/ebnflint/doc.go index d395a3468..f35976eea 100644 --- a/src/cmd/ebnflint/doc.go +++ b/src/cmd/ebnflint/doc.go @@ -4,8 +4,8 @@ /* -The ebnflint program verifies that EBNF productions in an HTML document -such as the Go specification document are consistent and grammatically correct. +Ebnflint verifies that EBNF productions are consistent and gramatically correct. +It reads them from an HTML document such as the Go specification. Grammar productions are grouped in boxes demarcated by the HTML elements <pre class="ebnf"> |
