Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Sep 20, 2024
1 parent f942b5b commit 3022a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ run query q3b("2024-01-01", "2024-12-31", "Scott")
| Quantifier | Example | Description |
|------------|---------|--------------|
| m..n | -[:transfer*1..2]-> | beween m and n repetitions |
| m.. | -[:transfer*1..]-> | m or more repetitions |
| * | -[:transfer*]-> | equivalent to 0.. |
| *m..n | -[:transfer*1..2]-> | beween m and n repetitions |
| *m.. | -[:transfer*1..]-> | m or more repetitions |
| *m | -[:transfer*m]-> | equivalent to m..m |
Expand Down

0 comments on commit 3022a48

Please sign in to comment.