corrected desc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327095 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski 2012-08-13 07:17:10 +00:00
parent 2177c63915
commit 0f3c725d98
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@
<para>
Divides each value from <parameter>real0</parameter> by the corresponding
value from <parameter>real1</parameter> and returns the resulting array.
Basically this is the reverse operation of cross product.
</para>
</refsect1>

View file

@ -15,7 +15,7 @@
<methodparam><type>array</type><parameter>real1</parameter></methodparam>
</methodsynopsis>
<para>
Calculates the cross product of <parameter>real0</parameter> with
Calculates the vector dot product of <parameter>real0</parameter> with
<parameter>real1</parameter> and returns the resulting vector.
</para>
</refsect1>