Skip to content

Commit 6d8bf53

Browse files
committed
fix(ref): Bad edit
1 parent f037dd0 commit 6d8bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3503-frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ an info-string is allowed after the opening `---` for use by the command interpr
8181

8282
When parsing Rust source, after stripping the shebang (`#!`), rustc will strip the frontmatter:
8383
- May include 0+ blank lines (whitespace + newline)
84-
- Opens with 3+ dashes followed by 0+ whitespace, an optional term (one or more characters excluding whitespace and commas), non-comma characters), 0+ whitespace, and a newline
84+
- Opens with 3+ dashes followed by 0+ whitespace, an optional term (one or more characters excluding whitespace and commas), 0+ whitespace, and a newline
8585
- The variable number of dashes is an escaping mechanism in case `---` shows up in the content
8686
- All content is ignored by `rustc` until the same number of dashes is found at the start of a line.
8787
The line must terminate by 0+ whitespace and then a newline.

0 commit comments

Comments
 (0)