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 4017af6 commit 19311c5Copy full SHA for 19311c5
doc/sortable.md
@@ -301,8 +301,8 @@ $item2->setPosition(-1);
301
302
## Custom comparison:
303
304
-Sortable works be comparing objects in the same group to see how they should be positioned. From time to time you may want to customize the way these
305
-objects are compared by implementing the Doctrine\Common\Comparable interface
+Sortable works by comparing objects in the same group to see how they should be positioned. From time to time you may want to customize the way these
+objects are compared by simply implementing the Doctrine\Common\Comparable interface
306
307
``` php
308
<?php
0 commit comments