Commit e774818
committed
Rewrite frontmatter intro sentence
The intro under `r[frontmatter.intro]` said "an optional section for
content intended for external tools without requiring these tools
to have full knowledge of the Rust grammar." This was structurally
ambiguous -- "without requiring" dangled between modifying "content"
and the whole clause -- and it led with a negative construction (what
frontmatter doesn't require) rather than a positive one (what it is
and what it enables).
In this commit, we rewrite the intro as "an optional section of
metadata whose syntax allows external tools to read it without parsing
Rust." This tells the reader three things in one sentence: what
frontmatter is, who it's for, and the key design property.1 parent d4431d4 commit e774818
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments