Skip to content

Commit

Permalink
fix method names in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 25, 2011
1 parent f568d7d commit 0b19544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/DBIx/Class/Tree/NestedSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,9 @@ e.g. if we had a parent with children A,B,C,D,E
and we attached nodes 1,2,3 in the following calls, we expect the following results.
$parent->attach_right_child 1,2,3 gives us children A,B,C,D,E,1,2,3
$parent->attach_rightmost_child 1,2,3 gives us children A,B,C,D,E,1,2,3
$parent->attach_left_child 1,2,3 gives us children 1,2,3,A,B,C,D,E
$parent->attach_leftmost_child 1,2,3 gives us children 1,2,3,A,B,C,D,E
$child_C->attach_right_sibling 1,2,3 gives us children A,B,C,1,2,3,D,E
Expand Down

0 comments on commit 0b19544

Please sign in to comment.