From ca14b8121c94c68fdc44f12e58472a574846ac46 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 17 Apr 2015 19:22:19 -0700 Subject: [PATCH] Trim malformed sentence. --- src/doc/grammar.md | 3 +-- 1 file changed, 1 insertion(+), 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