We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de54178 + 6d05678 commit f28ec29Copy full SHA for f28ec29
README.md
@@ -282,7 +282,7 @@ line as if it was an English sentence and something like this should emerge: `wh
282
The structure of each rule (map) is:
283
284
```clj
285
-{:when W ;; one of: :seen?, :seen-both?, :seen-all-of?, :seen-any-off?
+{:when W ;; one of: :seen?, :seen-both?, :seen-all-of?, :seen-any-of?
286
:events X ;; either a single keyword or a seq of keywords representing event ids
287
:dispatch Y ;; (optional) single vector (to dispatch)
288
:dispatch-n Z ;; (optional) list of vectors (to dispatch)
0 commit comments