diff --git a/src/Barcode.php b/src/Barcode.php index 4115326..b2176b4 100644 --- a/src/Barcode.php +++ b/src/Barcode.php @@ -74,7 +74,7 @@ public static function getRendererPluginManager() * Factory for Zend\Barcode classes. * * First argument may be a string containing the base of the adapter class - * name, e.g. 'int25' corresponds to class Object\Int25. This + * name, e.g. 'code25' corresponds to class Object\Code25. This * is case-insensitive. * * First argument may alternatively be an object of type Traversable.