Fix grammar

-- 
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347308 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2019-04-22 12:29:45 +00:00
parent 449203e8d2
commit 394eb8c182

View file

@ -19,7 +19,7 @@
Passing values of type <type>float</type> to a BCMath function which expects
a <type>string</type> as operand may not have the desired effect due to the
way PHP converts <type>float</type> values to <type>string</type>, namely
that the <type>string</type> may be in exponential notation (what is not
that the <type>string</type> may be in exponential notation (which is not
supported by BCMath), and that the decimal separator is locale dependend
(while BCMath always expects a decimal point).
</para>