Skip to content

Commit f28ec29

Browse files
Merge pull request #9 from mike706574/patch-2
Fix typo.
2 parents de54178 + 6d05678 commit f28ec29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ line as if it was an English sentence and something like this should emerge: `wh
282282
The structure of each rule (map) is:
283283

284284
```clj
285-
{:when W ;; one of: :seen?, :seen-both?, :seen-all-of?, :seen-any-off?
285+
{:when W ;; one of: :seen?, :seen-both?, :seen-all-of?, :seen-any-of?
286286
:events X ;; either a single keyword or a seq of keywords representing event ids
287287
:dispatch Y ;; (optional) single vector (to dispatch)
288288
:dispatch-n Z ;; (optional) list of vectors (to dispatch)

0 commit comments

Comments
 (0)