From bebd39cbb88d93108203f556d1f580dbede00c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Tue, 5 Jan 2016 13:28:14 +0100 Subject: [PATCH] typo --- src/Symfony/Component/Intl/Locale/Locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Intl/Locale/Locale.php b/src/Symfony/Component/Intl/Locale/Locale.php index 0217b14521046..26087bafa4098 100644 --- a/src/Symfony/Component/Intl/Locale/Locale.php +++ b/src/Symfony/Component/Intl/Locale/Locale.php @@ -308,7 +308,7 @@ public static function parseLocale($locale) * * @return bool true on success or false on failure * - * @see http://www.php.net/manual/en/locale.parselocale.php + * @see http://www.php.net/manual/en/locale.setdefault.php * * @throws MethodNotImplementedException */