Преглед изворни кода

Merge pull request #491 from jsjohns/patch-2

Fix grammar and spelling
Gediminas Morkevicius пре 12 година
родитељ
комит
8c181a582e
1 измењених фајлова са 2 додато и 3 уклоњено
  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>