Skip to content

Commit

Permalink
update docstring to point to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Apr 7, 2017
1 parent 1659bfa commit 8716185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/data/zip/xml.clj
Expand Up @@ -68,7 +68,7 @@
strings to text=, and vectors to sub-queries that return true if
they match.
See the footer of zip-query.clj for examples."
See xml_test.clj for examples."
[loc & preds]
(zf/mapcat-chain loc preds
#(cond (keyword? %) (tag= %)
Expand Down

0 comments on commit 8716185

Please sign in to comment.