Commit 6d4f7da2 authored by romanb's avatar romanb

typo

parent 003e6ad1
...@@ -123,7 +123,7 @@ $record->getNode()->moveAsLastChildOf($someOtherRecord); ...@@ -123,7 +123,7 @@ $record->getNode()->moveAsLastChildOf($someOtherRecord);
... ...
</code> </code>
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 ++++ Examining a node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment