1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

Update Registry.php

fix typo, slipped in 6779cf1e04
This commit is contained in:
Elan Ruusamäe
2015-05-04 23:22:31 +03:00
parent 97af2c7272
commit f97007f7c1

View File

@@ -38,7 +38,7 @@ use InvalidArgumentException;
class Registry
{
/**
* List of all loggers in the registry (ba named indexes)
* List of all loggers in the registry (by named indexes)
*
* @var Logger[]
*/