We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff937b commit 26cae76Copy full SHA for 26cae76
README.markdown
@@ -137,8 +137,8 @@ $parent->prependNode($node);
137
138
You can make `$node` to be a neighbor of the `$neighbor` node using following methods:
139
140
-*Neighbor is existing node, target node can be fresh. If target node is exists,
141
-it will be moved to the new position and parent will be changed if it's needed.*
+*Neighbor is existing node, target node can be fresh. If target node exists,
+it will be moved to the new position and parent will be changed if required.*
142
143
```php
144
# Explicit save
0 commit comments