Skip to content

Commit 25d8ca1

Browse files
committed
manual: pluralize; decls can introduce multiple names.
1 parent 78f29f2 commit 25d8ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,8 +1420,8 @@ Rust has two kinds of statement:
14201420

14211421
### Declaration statements
14221422

1423-
A _declaration statement_ is one that introduces a *name* into the enclosing
1424-
statement block. The declared name may denote a new slot or a new item.
1423+
A _declaration statement_ is one that introduces one or more *names* into the enclosing statement block.
1424+
The declared names may denote new slots or new items.
14251425

14261426
#### Item declarations
14271427

0 commit comments

Comments
 (0)