Skip to content

Commit 835da84

Browse files
Fix misleading information
1 parent f846c26 commit 835da84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/GUIDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ re -p -r pcre -l rust -k str '^item-[A-Z]{3}$' > item_detector.rs
7474
rx -p -r pcre -l vmc -k str -d skipped.txt patterns.txt > detectors.c
7575
```
7676

77-
* Generates a matcher per pattern
78-
* Includes a combined dispatcher
77+
* Combines all patterns into one function (like using `|` to join them)
7978
* Unsupported patterns are written to `skipped.txt`
8079

8180
---

0 commit comments

Comments
 (0)