Skip to content

Commit cdae2a7

Browse files
committed
fix: Grammar adjustments
1 parent 1b860d4 commit cdae2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3503-frontmatter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ fn main() {
3030
}
3131
````
3232

33-
Note that to share these in markdown, a priority use case, extra backticks for the markdown code fence to escape the frontmatter code fence.
34-
We expect most users will not be familiar enough with the markdown spec to know this, especially one of our primary target audience: those new to Rust.
33+
Note that to share these in markdown, a priority use case, extra backticks are needed for the markdown code fence to escape the frontmatter code fence.
34+
We expect most users will not be familiar enough with the markdown spec to know this, especially for one of our primary target audiences: those new to Rust.
3535
This can also be frustrating for experienced users as three backticks is an ingrained habbit and it is common to need to go back and edit a post to properly escape the frontmatter.
3636
However, when weighing out the syntactic needs and the alternatives, we felt this was the least bad option.
3737

0 commit comments

Comments
 (0)