File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ If shebang removal is performed:
5757> Under stable rustc 1.90, and under nightly rustc without the ` frontmatter ` feature flag,
5858> input which would undergo frontmatter removal is rejected.
5959
60- If the ` FRONTMATTER ` nonterminal defined in the frontmatter grammar matches at the start of the remaining sequence,
60+ If an attempt to match the ` FRONTMATTER ` nonterminal defined in the frontmatter grammar against the remaining sequence succeeds ,
6161the characters consumed by that match are removed from the sequence.
6262
63- Otherwise, if the ` RESERVED ` nonterminal defined in the frontmatter grammar matches at the start of the remaining sequence,
63+ Otherwise, if an attempt to match the ` RESERVED ` nonterminal defined in the frontmatter grammar against the remaining sequence succeeds ,
6464the input is rejected.
6565
6666The frontmatter grammar is the following [ Parsing Expression Grammar] ( pegs.md ) :
You can’t perform that action at this time.
0 commit comments