Skip to content

Commit bfa0030

Browse files
committed
Update README.md
1 parent c0cc545 commit bfa0030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)