Explorar el Código

Minor typo fix

Illya Klymov hace 13 años
padre
commit
1b4d3c6a07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Gedmo/Tree/Strategy/ORM/Nested.php

+ 1 - 1
lib/Gedmo/Tree/Strategy/ORM/Nested.php

@@ -75,7 +75,7 @@ class Nested implements Strategy
     /**
      * Stores a list of delayed nodes for correct order of updates
      *
-     * @var arrau
+     * @var array
      */
     private $delayedNodes = array();