Kaynağa Gözat

[ZF-9579] Manual:

- manual fix

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21718 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 yıl önce
ebeveyn
işleme
2a20141071

+ 1 - 3
documentation/manual/en/module_specs/Zend_Locale-Functions.xml

@@ -133,9 +133,7 @@ print_r($found2);
         <para>
             A new locale can be set with the function <methodname>setLocale()</methodname>. This
             function takes a locale string as parameter. If no locale is given, a locale is
-            <link linkend="zend.locale.selection">automatically selected</link>. Since
-            <classname>Zend_Locale</classname> objects are "light", this method exists primarily to
-            cause side-effects for code that have references to the existing instance object.
+            <link linkend="zend.locale.selection">automatically selected</link>.
         </para>
 
         <example id="zend.locale.setlocale.example-1">