Welcome! Please see the About page for a little more info on how this works.

0 votes
ago in Docs by

The docstring for clojure.zipper/zipper currently contains:

branch? is a fn that, given a node, returns true if can have
children, even if it currently doesn't.

which should be:

branch? is a fn that, given a node, returns true if it can have
children, even if it currently doesn't.

Please log in or register to answer this question.

Welcome to Clojure Q&A, where you can ask questions and receive answers from members of the Clojure community.
...