Skip to content

Commit

Permalink
Fix typo in converter factory
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Feb 20, 2024
1 parent 8b8898b commit 3d83953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converter/ConverterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(private ContainerInterface $container)
}

/**
* Create a container from a name (e.g. "randomizeText").
* Create a converter from a name (e.g. "randomizeText").
*/
public function create(string $name, array $parameters = []): ConverterInterface
{
Expand Down

0 comments on commit 3d83953

Please sign in to comment.