diff --git a/lib/Client/Deepl.php b/lib/Client/Deepl.php index 42cbcd4..3acdde3 100644 --- a/lib/Client/Deepl.php +++ b/lib/Client/Deepl.php @@ -110,7 +110,7 @@ private function normalized(string $languageCode): string } /** - * Google List of available code https://www.deepl.com/api.html. + * List of available code https://www.deepl.com/api.html. */ private const LANGUAGE_CODES = ['EN', 'DE', 'FR', 'ES', 'IT', 'NL', 'PL']; }