Skip to content

Commit

Permalink
Fix cut-n-paste error in tagged-any docstring (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpy committed Jun 4, 2022
1 parent 55dcf94 commit 9968806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riemann/streams.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
```clojure
(tagged-any \"foo\" prn)
(tagged-all [\"foo\" \"bar\"] prn)
(tagged-any [\"foo\" \"bar\"] prn)
```"
[tags & children]
(let [tag-coll (flatten [tags])]
Expand Down

0 comments on commit 9968806

Please sign in to comment.