瀏覽代碼

Fix grammar and spelling

Joshua Johnson 12 年之前
父節點
當前提交
938b3e46a2
共有 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>