[Foundation] fixed a typo

This commit is contained in:
Sergiy Sokolenko 2010-03-09 12:33:01 +02:00 committed by Fabien Potencier
parent bc71fac2bf
commit 733c5d5a09
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace Symfony\Foundation;
* *
* Example usage: * Example usage:
* *
* $loader = new ClassLoader(); * $loader = new UniversalClassLoader();
* *
* // register classes with namespaces * // register classes with namespaces
* $loader->registerNamespaces(array( * $loader->registerNamespaces(array(