Просмотр исходного кода

[ZF-9831] Zend_Measure:

- clearify description

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22159 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 15 лет назад
Родитель
Сommit
11cd541e9f
1 измененных файлов с 4 добавлено и 5 удалено
  1. 4 5
      documentation/manual/en/module_specs/Zend_Measure-Edit.xml

+ 4 - 5
documentation/manual/en/module_specs/Zend_Measure-Edit.xml

@@ -95,11 +95,10 @@ print "Ton:".$unit->convertTo(Zend_Measure_Weight::TON, 3);
 
         <para>
             Measurements can be added together using <methodname>add()</methodname> and subtracted
-            using <methodname>sub()</methodname>. Each addition will create a new object for the
-            result. The actual object will never be changed by the class. The new object will be of
-            the same type as the originating object. Dynamic objects support a fluid style of
-            programming, where complex sequences of operations can be nested without risk of
-            side-effects altering the input objects.
+            using <methodname>sub()</methodname>. The result will use the same type as the
+            originating object. Dynamic objects support a fluid style of programming, where complex
+            sequences of operations can be nested without risk of side-effects altering the input
+            objects.
         </para>
 
         <para>