📝 Refine API doc notes and guidance

This commit is contained in:
Nanaloveyuki
2026-05-12 13:32:15 +08:00
parent 4d913aa642
commit c6c153cf53
47 changed files with 0 additions and 236 deletions
-5
View File
@@ -75,12 +75,7 @@ e.g.:
### Notes
Notes are here.
1. This helper is most useful when targets are structured hierarchically.
2. Prefer this helper over ad hoc inline prefix logic for readability.
3. Use `target_is(...)` instead when exact equality is required.
4. Combine with `message_contains(...)` or field predicates for narrower routing rules.