fixed incorrect docblock
authorDouglas Greenshields <dgreenshields@gmail.com>
Mon, 19 Mar 2012 17:38:45 +0000 (17:38 +0000)
committerDouglas Greenshields <dgreenshields@gmail.com>
Mon, 19 Mar 2012 18:13:53 +0000 (18:13 +0000)
lib/Twig/Extension/Core.php

index ad7faaa..78787d8 100644 (file)
@@ -186,9 +186,9 @@ class Twig_Extension_Core extends Twig_Extension
     }
 
     /**
-     * Returns a list of filters to add to the existing list.
+     * Returns a list of tests to add to the existing list.
      *
-     * @return array An array of filters
+     * @return array An array of tests
      */
     public function getTests()
     {