Skip to content

Commit aacd8dd

Browse files
authored
Merge pull request #93 from tamlok/patch-2
Update README.md
2 parents 1d485b9 + a0ce511 commit aacd8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ An example is shown below.
481481

482482
```
483483
%marker @count
484-
rule <- &{ @count = 0 } ( '#' &{ @count++ } )* &{ @@ = (@count >= 5 && @count <= 10); }
484+
rule <- &{ @count = 0; } ( '#' &{ @count++; } )* &{ @@ = (@count >= 5 && @count <= 10); }
485485
```
486486

487487
This matches the string that is a sequence of '#' and its length is either of 5 to 10.

0 commit comments

Comments
 (0)