Skip to content

Commit fe74fad

Browse files
committed
Clarify description of items in syntax index
On the branch, in the syntax index, items were described as "declarations in a crate". Some items may be declarations, but many items are actually definitions. It's probably better to not use either term here. Let's instead say that items are the components of a crate as that's the language that's used in the items chapter.
1 parent 7783ff4 commit fe74fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ This appendix provides an index of tokens and common forms with links to where t
202202

203203
## Items
204204

205-
[Items] are declarations in a crate.
205+
[Items] are the components of a crate.
206206

207207
| Item | Usage |
208208
|-------------------------------|-------|

0 commit comments

Comments
 (0)