[VarDumper] Fix typo

This commit is contained in:
Nicolas Grekas 2016-01-07 12:12:32 +01:00
parent 6cd79e92f6
commit cb7036093e

View File

@ -53,7 +53,7 @@ class Data
}
/**
* Limits the numbers of elements per depth level.
* Limits the number of elements per depth level.
*
* @param int $maxItemsPerDepth The max number of items dumped per depth level.
*