We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e2ce0 commit 230e165Copy full SHA for 230e165
1 file changed
docs/REFERENCE.md
@@ -14,7 +14,7 @@ Plotnik uses an NFA-based recursive cursor walk with backtracking. Understanding
14
15
- **Root-anchored:** Matching starts at the root of the target tree and must match the entire structure (like `^...$` in regex, not a substring search)
16
- **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)
+- **Ordered choice:** In alternations `[A B C]`, branches are tried in order; first match wins
18
19
### Trivia Handling
20
0 commit comments