Commit 383b2a2
committed
Rewrite frontmatter intro sentence
The intro under `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 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 bb76412 commit 383b2a2
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