Skip to content

Commit c623f98

Browse files
committed
Corrected the INNER_{LINE|BLOCK}_DOC tokens' names to keep them coherent
1 parent b272259 commit c623f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
> OUTER_BLOCK_DOC :
1818
> &nbsp;&nbsp; `/*!` (_BlockCommentOrDoc_ | ~`*/`)<sup>\*</sup> `*/`
1919
>
20-
> INNER_DOC_LINE :
20+
> INNER_LINE_DOC :
2121
> &nbsp;&nbsp; `///` (~`/` ~`\n`<sup>\*</sup>)<sup>?</sup>
2222
>
23-
> INNER_DOC_BLOCK :
23+
> INNER_BLOCK_DOC :
2424
> &nbsp;&nbsp; `/**` (~`*` | _BlockCommentOrDoc_ )
2525
> (_BlockCommentOrDoc_ | ~`*/`)<sup>\*</sup> `*/`
2626
>

0 commit comments

Comments
 (0)