Update FilesystemMap.php

Fixed a typo into the documentation
This commit is contained in:
Luciano Mammino 2013-01-04 01:40:30 +01:00
parent 2a505d1b30
commit fa0516fb7e

View File

@ -16,7 +16,7 @@ class FilesystemMap implements \IteratorAggregate
protected $map; protected $map;
/** /**
* Instanciates a new filesystem map * Instantiates a new filesystem map
* *
* @param array $map * @param array $map
*/ */