about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/grammar.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/grammar.md b/src/doc/grammar.md
index 1ea3c7d7bd9..1dec68211d4 100644
--- a/src/doc/grammar.md
+++ b/src/doc/grammar.md
@@ -5,8 +5,7 @@
 This document is the primary reference for the Rust programming language grammar. It
 provides only one kind of material:
 
-  - Chapters that formally define the language grammar and, for each
-    construct.
+  - Chapters that formally define the language grammar.
 
 This document does not serve as an introduction to the language. Background
 familiarity with the language is assumed. A separate [guide] is available to