From 25d8ca153e7a4b0787f3087df0e391f6a9300021 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 11 Oct 2012 12:25:25 -0700 Subject: [PATCH] manual: pluralize; decls can introduce multiple names. --- doc/rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rust.md b/doc/rust.md index 9843595ff58..671bc7b1665 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -1420,8 +1420,8 @@ Rust has two kinds of statement: ### Declaration statements -A _declaration statement_ is one that introduces a *name* into the enclosing -statement block. The declared name may denote a new slot or a new item. +A _declaration statement_ is one that introduces one or more *names* into the enclosing statement block. +The declared names may denote new slots or new items. #### Item declarations