diff --git a/manual/new/docs/en/hierarchical-data/nested-set.txt b/manual/new/docs/en/hierarchical-data/nested-set.txt index bfba1b010..7a5a051d3 100644 --- a/manual/new/docs/en/hierarchical-data/nested-set.txt +++ b/manual/new/docs/en/hierarchical-data/nested-set.txt @@ -123,7 +123,7 @@ $record->getNode()->moveAsLastChildOf($someOtherRecord); ... -There are 4 move methods: moveAsLastChildOf($other), moveAsFirstChildOf($other), moveAsPreviousSiblingOf($other) and moveAsNextSiblingOf($other). The method names are self-explanatory. +There are 4 move methods: moveAsLastChildOf($other), moveAsFirstChildOf($other), moveAsPrevSiblingOf($other) and moveAsNextSiblingOf($other). The method names are self-explanatory. ++++ Examining a node