Selaa lähdekoodia

Minor typo fix

Illya Klymov 13 vuotta sitten
vanhempi
commit
1b4d3c6a07
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();