Skip to content

Commit 8ded8de

Browse files
amartini51krilnon
andcommitted
Remove stray \ from grammar of a declaration
As with the previous commit, there's nothing after this line, so a hard break produces an actual backslash in the rendered output. When commit 0096c2d (Remove unreachable grammar production, 2023-10-02) removed the grammar for *declarations*, this hard break got left behind. Co-authored-by: Kyle Murray <[email protected]> References: 0096c2d
1 parent a1b9af9 commit 8ded8de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TSPL.docc/ReferenceManual/Declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the term *declaration* covers both declarations and definitions.
3333
> *declaration**subscript-declaration* \
3434
> *declaration**macro-declaration* \
3535
> *declaration**operator-declaration* \
36-
> *declaration**precedence-group-declaration* \
36+
> *declaration**precedence-group-declaration*
3737
3838
## Top-Level Code
3939

TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ make the same change here also.
748748
> *declaration**extension-declaration* \
749749
> *declaration**subscript-declaration* \
750750
> *declaration**operator-declaration* \
751-
> *declaration**precedence-group-declaration* \
751+
> *declaration**precedence-group-declaration*
752752
753753
> Grammar of a top-level declaration:
754754
>

0 commit comments

Comments
 (0)