Skip to content

Commit

Permalink
Merge pull request exercism#5 from betegelse/master
Browse files Browse the repository at this point in the history
Make the description of the delete operation more clear.
  • Loading branch information
kytrinyx committed Jun 9, 2014
2 parents f33df0e + 99e2ff5 commit f2782f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zipper.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ child nodes) a zipper might support these operations:
returns a new zipper)
* `delete` (removes the focus node and all subtrees,
focus moves to the `next` node if possible
otherwise to the `prev` node if possible,
otherwise to the parent node,
returns a new zipper)

0 comments on commit f2782f4

Please sign in to comment.