Skip to content

Commit

Permalink
Update tree.md
Browse files Browse the repository at this point in the history
Single line comment added
  • Loading branch information
matteopoile committed Dec 20, 2013
1 parent 0df9223 commit 53a4337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ $repo->recover();
$em->flush(); // important: flush recovered nodes
// if tree has errors it will try to fix all tree nodes

UNSAFE: be sure to backup before running this method when necessary, if you can use $em->remove($node);
// UNSAFE: be sure to backup before running this method when necessary, if you can use $em->remove($node);
// which would cascade to children
// single node removal
$vegies = $repo->findOneByTitle('Vegetables');
Expand Down

0 comments on commit 53a4337

Please sign in to comment.