Procházet zdrojové kódy

Merge pull request #491 from jsjohns/patch-2

Fix grammar and spelling
Gediminas Morkevicius před 12 roky
rodič
revize
8c181a582e
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  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>