Bladeren bron

Merge pull request #491 from jsjohns/patch-2

Fix grammar and spelling
Gediminas Morkevicius 12 jaren geleden
bovenliggende
commit
8c181a582e
1 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 2 3
      lib/Gedmo/Tree/Strategy/ORM/Nested.php

+ 2 - 3
lib/Gedmo/Tree/Strategy/ORM/Nested.php

@@ -14,10 +14,9 @@ use Doctrine\ORM\Query;
 use Gedmo\Mapping\Event\AdapterInterface;
 
 /**
- * This strategy makes tree act like
- * nested set.
+ * This strategy makes the tree act like a nested set.
  *
- * This behavior can inpact the performance of your application
+ * This behavior can impact the performance of your application
  * since nested set trees are slow on inserts and updates.
  *
  * @author Gediminas Morkevicius <gediminas.morkevicius@gmail.com>