Skip to content

Commit 230e165

Browse files
authored
fix: Update REFERENCE.md (#109)
1 parent d8e2ce0 commit 230e165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Plotnik uses an NFA-based recursive cursor walk with backtracking. Understanding
1414

1515
- **Root-anchored:** Matching starts at the root of the target tree and must match the entire structure (like `^...$` in regex, not a substring search)
1616
- **Backtracking:** When a branch fails, the engine backtracks and tries alternatives
17-
- **Ordered choice:** In alternations `[A B C]`, branches are tried in order; first match wins (PEG semantics)
17+
- **Ordered choice:** In alternations `[A B C]`, branches are tried in order; first match wins
1818

1919
### Trivia Handling
2020

0 commit comments

Comments
 (0)