Skip to content

Commit bc6bfa6

Browse files
committed
whitespace_and_comment_tokens.md: fix note about unterminated block comments
1 parent bbe2d87 commit bc6bfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writeup/whitespace_and_comment_tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The match is rejected if the token's <var>body</var> would include a <kbd>CR</kb
110110

111111
All matches are rejected.
112112

113-
> Note: This definition makes sure that an unterminated block comment isn't accepted as punctuation (<b>*</b> followed by <b>/</b>).
113+
> Note: This definition makes sure that an unterminated block comment isn't accepted as punctuation (<b>/</b> followed by <b>*</b>).
114114
115115

116116
[participating]: pegs.md#participating

0 commit comments

Comments
 (0)