Skip to content

Commit c44a275

Browse files
committed
doc: update InvalidCommaUsage for the new feature
1 parent 596763c commit c44a275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub enum ParsingError {
6969
RangeEndLimitExpected(usize),
7070
/// It is not Text, but expected to be a text.
7171
ExpectedText(usize),
72-
/// Comma is used invalid, e.g. `{,A,B}` or `{A,}` or `{,}`
72+
/// Comma is used invalid, e.g. `{A..,B}` or `{A,..B}`
7373
InvalidCommaUsage(usize),
7474
/// Extra Closing Brace, e.g. `{} }`
7575
ExtraCBra(usize),

0 commit comments

Comments
 (0)