X Tutup
Skip to content
Closed

type #93

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clj/clojure/zip.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(defn zipper
"Creates a new zipper structure.

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

children is a fn that, given a branch node, returns a seq of its
Expand Down
X Tutup