From eab7e11be727ceb3a27a792e3e46307c8cc6e775 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 23194a064d..cc30c14ffd 100644 --- a/src/Symfony/Component/Intl/Locale/Locale.php +++ b/src/Symfony/Component/Intl/Locale/Locale.php @@ -306,7 +306,7 @@ class 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 */